Skipping the configuration of the archive is not an error condition.

This commit is contained in:
cimryan
2018-11-05 22:48:36 -08:00
parent 80ef4acf48
commit b576256dd2

View File

@@ -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 ]