Skip to content

Commit

Permalink
Put info on the next line in run.sh (#3422)
Browse files Browse the repository at this point in the history
* Update setup.sh

fix typo

* Update run.sh

fix typo
  • Loading branch information
simonsmh authored and elicwhite committed Aug 10, 2016
1 parent d22c5b2 commit 0c3c4c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
;;
*)
Expand Down

0 comments on commit 0c3c4c0

Please sign in to comment.