Tweak svn backup script

This commit is contained in:
Michael Campagnaro 2022-08-29 12:19:58 -04:00
parent 9ed266f056
commit c0e6c0414b

View File

@ -42,6 +42,7 @@ if [[ ! -d "$repo_path" ]]; then
exit 1
fi
output_path="$output_path/svn"
mkdir -p "$output_path"
now=$(echo $(date '+%Y-%m-%d-%H-%M-%S'))