We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eac4e7b commit ea38ac2Copy full SHA for ea38ac2
1 file changed
sino-Ubuntu18.04_prov.sh
100644
100755
@@ -4,7 +4,7 @@ echo "start_provisioningi"
4
echo "Install apps"
5
echo ""
6
7
-read -p "Do you start provisoning? [yes/no]: " do
+read -p "Do you start provisoning? [yes/no]: " start
8
if [ $start = "yes" ] || [ $start = "y" ] || [ $start = "YES" ] || [ $start = "Y" ]; then
9
10
read -p "Do you want ssh setting? [yes/no]: " ssh
0 commit comments