From ed61592f2acd79f5fc5a8252a7846c7080647da5 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 29 May 2022 16:08:32 -0500 Subject: [PATCH] Update install-pibackup.sh --- install-pibackup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-pibackup.sh b/install-pibackup.sh index af10463..0aaa0cc 100755 --- a/install-pibackup.sh +++ b/install-pibackup.sh @@ -13,10 +13,10 @@ echo "" #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 +#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 -fi + #fi echo -e -n "${idsCL[LightCyan]}Hostname for backup folder: ${idsCL[Default]}" read -i "$(hostname)" -e SET_HOSTNAME