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