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