From ae23308523d76d851c08b226ef7553e6f1194d64 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Sun, 5 Jan 2025 06:17:27 +0100 Subject: [PATCH] fix --- backup-node.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backup-node.sh b/backup-node.sh index 11f737eb..4ea36c8d 100755 --- a/backup-node.sh +++ b/backup-node.sh @@ -1,5 +1,7 @@ #!/bin/bash +backup_dir="/backup" + if [[ -n $2 ]]; then echo "upload backup via webdav to $2" else