diff --git a/Services/minecraft-hour.sh b/Services/minecraft-hour.sh index 044255e..4aba0be 100755 --- a/Services/minecraft-hour.sh +++ b/Services/minecraft-hour.sh @@ -6,8 +6,8 @@ if screen -list | grep -q "Minecraft"; then fi if [[ -z $publicBackup && -z $otherBackup ]] ; then - echo "Entrei" - exit 1 + echo "Minecraft is not running. Exiting..." + exit 0 fi BACKUPDIR="/home/bruno/Backups/zBackup-Minecraft/backups"