mirror of
https://github.com/cimryan/teslausb.git
synced 2026-02-28 20:20:32 +00:00
Skipping the configuration of the archive is not an error condition.
This commit is contained in:
@@ -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 ]
|
||||
|
||||
Reference in New Issue
Block a user