Skip to content

Commit 0de0372

Browse files
committed
solved the unexpected terminal close
1 parent c22db7b commit 0de0372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ while true; do
88
break
99
else
1010
echo -e "\xE2\x9D\x8C please input your password to proceed so that the setup runs successfully"
11-
exit 1
11+
return
1212
fi
1313
done
1414
echo

0 commit comments

Comments
 (0)