From e03a6b2e796581860d49028dcb9e94ac3f9f1830 Mon Sep 17 00:00:00 2001 From: tofasthacker Date: Mon, 19 Feb 2024 17:09:19 -0500 Subject: [PATCH] fixed more errors in arg parsing --- backup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup b/backup index 2f1e4bf..2406145 100755 --- a/backup +++ b/backup @@ -5,7 +5,7 @@ if [ $# -ne 1 ]; then fi -BACKUP_LOCATION="$1-+$(date +%Y-%m-%d)" +BACKUP_LOCATION="${0}-$(date +%Y-%m-%d)" COMPRESS=false