diff --git a/run.sh b/run.sh index 4c93cda234..becbf01f05 100755 --- a/run.sh +++ b/run.sh @@ -15,7 +15,8 @@ while true do cd $pokebotpath python pokecli.py -cf $filename -read -p "Press any button or wait 20 seconds." -r -s -n1 -t 20 -echo `date`"Pokebot"$*" Stopped." +read -p "Press any button or wait 20 seconds to continue. +" -r -s -n1 -t 20 +echo `date`" Pokebot"$*" Stopped." done exit 0 diff --git a/setup.sh b/setup.sh index 84baef623a..fef667bd2d 100755 --- a/setup.sh +++ b/setup.sh @@ -128,7 +128,7 @@ if [ ! -f ./configs/"$filename" ] then echo "There's no ./configs/"$filename" file. It's better to use run.sh, not this one." else -./run ./configs/"$filename" +./run.sh ./configs/"$filename" fi ;; *)