From 8bcfad2dacd65fc86e00a263eac766d6dccc6ed2 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Thu, 6 Sep 2018 00:03:40 -0600 Subject: [PATCH] Correction to self-elevation section that is disabled in production. --- root/scripts/borgbackup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/scripts/borgbackup.sh b/root/scripts/borgbackup.sh index 8f16410..4f1d20b 100755 --- a/root/scripts/borgbackup.sh +++ b/root/scripts/borgbackup.sh @@ -126,7 +126,7 @@ fi ### elevate script -- used during program testing #if [ $EUID != 0 ]; then -# sudo "$0" "$scriptPath" +# sudo "$0" "$@" # exit $? #fi