Skip to content

Commit

Permalink
Clear instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanpeach committed Mar 16, 2024
1 parent dec9e5b commit 139670f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ while true; do
if [ $rc -eq 0 ]; then
exit 0
else
echo "Restarting"
echo "Restarting. Press Ctrl+C (again) to exit"
sleep 1
fi
done

0 comments on commit 139670f

Please sign in to comment.