fixed more errors in arg parsing

This commit is contained in:
tofasthacker 2024-02-19 17:09:19 -05:00
parent 061ed28995
commit e03a6b2e79

2
backup
View File

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