10 lines
165 B
Bash
10 lines
165 B
Bash
#!/bin/bash
|
|
/opt/xcat/xcatdsklspost
|
|
|
|
. /tmp/post-install/variables.txt
|
|
|
|
if [ -x "/xcatpost/updateflag.awk" ];then
|
|
/xcatpost/updateflag.awk $IMAGESERVER 3002
|
|
fi
|
|
|