optimized

This commit is contained in:
Kevin Veen-Birkenbach 2020-10-12 11:54:01 +02:00
parent c7a8fa734b
commit 6b3a161a06

View File

@ -17,6 +17,7 @@ do
then
echo "backup: $source_path"
destination_path="$latest_destination_path";
mkdir -p "$backup_dir_path";
else
echo "first backup: $source_path"
destination_path="$first_destination_path";