Update backup.sh

This commit is contained in:
Lilly Tempest 2023-02-05 11:37:49 +01:00 committed by GitHub
parent c3f57f43df
commit a7318b0de5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -268,7 +268,6 @@ execute-command () {
;;
"docker-rcon") docker exec "$SCREEN_NAME" rcon-cli "$COMMAND"
;;
esac
fi
}