Skip to content

Commit ea38ac2

Browse files
author
{sinohiro}
committed
fix_bug
1 parent eac4e7b commit ea38ac2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sino-Ubuntu18.04_prov.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ echo "start_provisioningi"
44
echo "Install apps"
55
echo ""
66

7-
read -p "Do you start provisoning? [yes/no]: " do
7+
read -p "Do you start provisoning? [yes/no]: " start
88
if [ $start = "yes" ] || [ $start = "y" ] || [ $start = "YES" ] || [ $start = "Y" ]; then
99

1010
read -p "Do you want ssh setting? [yes/no]: " ssh

0 commit comments

Comments
 (0)