Updated default git email/username #3

Closed
jayne wants to merge 9 commits from git_creds into master
Showing only changes of commit c97339cdd5 - Show all commits

View file

@ -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"