This commit is contained in:
Sebastian
2024-09-16 12:54:43 +02:00
parent 4603a04c3b
commit 88ec7cbd31

View File

@@ -17,8 +17,8 @@ if [ ! -d "$volume_dir" ]; then
exit 1
fi
if [[ -v $3 ]]; then
$dir/clone-backup.sh $3 $1
if [[ -v $2 ]]; then
$dir/clone-backup.sh $2 $1
fi
calculate_required_space() {