From a91ae0ddd01c3851eab3fce784963b54143c66d2 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Mon, 16 Sep 2024 13:10:00 +0200 Subject: [PATCH] fix --- restore-volumes.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/restore-volumes.sh b/restore-volumes.sh index 5e284502..df67754f 100755 --- a/restore-volumes.sh +++ b/restore-volumes.sh @@ -17,7 +17,8 @@ if [ ! -d "$volume_dir" ]; then exit 1 fi -if [[ -n $2 ]]; then +if [[ -n $2 ]]; then + echo "download backup from http" $dir/clone-backup.sh $2 $1 fi