This commit is contained in:
Sebastian
2024-09-16 13:10:00 +02:00
parent 9fcd4f9a6b
commit a91ae0ddd0

View File

@@ -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