Skip to content

Commit

Permalink
logic fix
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Jul 22, 2022
1 parent cd89253 commit 5e03f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ echo " Please see https://github.com/proycon/LaMachine/issues/214
echo " for reasons and alternative solutions"
echo "-----------------------------------------------------------------------------"
echo "Starting a new installation is no longer recommended at this point in time."
if [ $INTERACTIVE -ne 1 ]; then
if [ $INTERACTIVE -eq 1 ]; then
echo -n "${bold}Do you want to continue anyway?${normal} [yN] "
read yn
case $yn in
Expand Down

0 comments on commit 5e03f02

Please sign in to comment.