fixed error in arg parsing

This commit is contained in:
tofasthacker 2024-02-19 17:05:43 -05:00
parent 08f16f2398
commit 061ed28995

2
backup
View File

@ -5,7 +5,7 @@ if [ $# -ne 1 ]; then
fi fi
BACKUP_LOCATION=$1+"-"+$(date +%Y-%m-%d) BACKUP_LOCATION="$1-+$(date +%Y-%m-%d)"
COMPRESS=false COMPRESS=false