From 9fcd4f9a6b6a1068885432cd6c4b97d2b9e6b715 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Mon, 16 Sep 2024 13:03:53 +0200 Subject: [PATCH] fix --- restore-volumes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restore-volumes.sh b/restore-volumes.sh index 963939af..5e284502 100755 --- a/restore-volumes.sh +++ b/restore-volumes.sh @@ -17,7 +17,7 @@ if [ ! -d "$volume_dir" ]; then exit 1 fi -if [[ -v $2 ]]; then +if [[ -n $2 ]]; then $dir/clone-backup.sh $2 $1 fi