Switched from flags to prompts #1
1 changed files with 3 additions and 0 deletions
|
@ -39,6 +39,9 @@ while true; do read -p "Full path to extra disk to attach (if applicable, defaul
|
|||
while true; do read -p "Autodeflate memory on use y/n (default $deflate)? " v;if [ -z $v ]; then break;elif [ "$v" == "y" ];then break; elif [ "$v" == "n" ];then deflate=$v;break;else echo "error: select y or n";fi;done
|
||||
while true; do read -p "Autorun ansible build script (default $ansible)? " v;if [ -z $v ]; then break;elif [ "$v" == "y" ];then break; elif [ "$v" == "n" ];then ansible=$v;break;else echo "error: select y or n";fi;done
|
||||
|
||||
path=`echo $path | sed -s 's/\/\//\//'`
|
||||
attach=`echo $attach | sed -s 's/\/\//\//'`
|
||||
|
||||
echo ""
|
||||
echo "Name: $name"
|
||||
echo "CPU: $cpu"
|
||||
|
|
Loading…
Add table
Reference in a new issue