Update backup.sh

This commit is contained in:
Lilly Tempest 2023-02-05 11:32:08 +01:00 committed by GitHub
parent 8a04318f93
commit 3b055013dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -266,6 +266,9 @@ execute-command () {
;;
"RCON"|"rcon") rcon-command "$SCREEN_NAME" "$COMMAND"
;;
"docker-rcon") docker exec "$SCREEN_NAME" rcon-cli "$COMMAND"
;;
esac
fi
}