broken broken broken

This commit is contained in:
Your Name
2025-05-03 21:53:11 +12:00
parent 0c2b90cf8e
commit 46ca0003af
13 changed files with 12 additions and 203 deletions

View File

@ -3,8 +3,6 @@
# BACKUP SCRIPT
# The backup script is OPTIONAL.
# It is used to backup the service on the server.
# It is called with one argument: the path to the destination backup file.
# If the backup file already exists, the script should exit with a message.
source "$(dirname "$0")/_common.sh"
check_required_env_vars "CONTAINER_NAME" "VOLUME_NAME"

View File

@ -3,7 +3,6 @@
# INSTALL SCRIPT
# The install script is required for all templates.
# It is used to install the service on the server.
# It is called with the path to the server specific env file as an argument.
source "$(dirname "$0")/_common.sh"