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 ]