script updates

This commit is contained in:
John Lancaster
2024-06-15 16:41:08 -05:00
parent 9ef7d4ec19
commit 4702afa467
3 changed files with 5 additions and 9 deletions

View File

@@ -18,6 +18,3 @@ if [ -z "$RESTIC_PASSWORD" ]; then
fi
python -m restic.backup --project zigbee-stack --services mqtt,z2m "$@"
SCRIPT_DIR=$(readlink -f $(dirname "${BASH_SOURCE[0]}"))