fixed more errors in arg parsing

This commit is contained in:
tofasthacker 2024-02-19 17:14:41 -05:00
parent e03a6b2e79
commit df83d343e3

2
backup
View File

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