From 411e6b2e8a55cd3f7246caa0c929ae83d9cd8b74 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 29 May 2022 16:08:10 -0500 Subject: [PATCH] Update install-pibackup.sh --- install-pibackup.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/install-pibackup.sh b/install-pibackup.sh index 0e1aff6..af10463 100755 --- a/install-pibackup.sh +++ b/install-pibackup.sh @@ -9,13 +9,13 @@ echo "" echo -e "${idsCL[LightGreen]}iDS-piBackup Installation Script${idsCL[Default]}" echo "" -do_with_root set -eu -do_with_root git clone https://git.schroedercity.com/voltron/iDS-piBackup.git /opt/idssys/pibackup -do_with_root ln -s /opt/idssys/pibackup/run.sh /usr/local/bin/pibackup +#do_with_root set -eu +#do_with_root git clone https://git.schroedercity.com/voltron/iDS-piBackup.git /opt/idssys/pibackup +#do_with_root ln -s /opt/idssys/pibackup/run.sh /usr/local/bin/pibackup if [ ! -d "/opt/idssys/defaults" ]; then - do_with_root set -eu - do_with_root git clone https://git.schroedercity.com/voltron/iDS-Defaults.git /opt/idssys/defaults + #do_with_root set -eu + #do_with_root git clone https://git.schroedercity.com/voltron/iDS-Defaults.git /opt/idssys/defaults fi echo -e -n "${idsCL[LightCyan]}Hostname for backup folder: ${idsCL[Default]}"