From b576256dd247b0576f30eaf41b6dbf47de9cc080 Mon Sep 17 00:00:00 2001 From: cimryan Date: Mon, 5 Nov 2018 22:48:36 -0800 Subject: [PATCH] Skipping the configuration of the archive is not an error condition. --- setup/pi/configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/pi/configure.sh b/setup/pi/configure.sh index 31fb225..174fbee 100644 --- a/setup/pi/configure.sh +++ b/setup/pi/configure.sh @@ -173,7 +173,7 @@ function install_pushover_scripts() { if [ "$ARCHIVE_SYSTEM" = "none" ] then echo "Skipping archive configuration." - exit 1 + exit 0 fi if ! [ $(id -u) = 0 ]