7.0.1 #81

Merged
Ark74 merged 30 commits from unstable into master 2022-05-24 04:17:40 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 44e9a98b76 - Show all commits

View File

@ -79,8 +79,8 @@ if [ "$CONTINUE_PURGE2" = "no" ]; then
echo " Good, see you next time..."
exit
elif [ "$CONTINUE_PURGE2" = "yes" ]; then
echo "No going back, lets start..."
wait_seconds 5
echo "No going back, let's start..."
wait_seconds 10
fi
done