mirror of
https://github.com/cimryan/teslausb.git
synced 2026-03-01 04:30:33 +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" ]
|
if [ "$ARCHIVE_SYSTEM" = "none" ]
|
||||||
then
|
then
|
||||||
echo "Skipping archive configuration."
|
echo "Skipping archive configuration."
|
||||||
exit 1
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! [ $(id -u) = 0 ]
|
if ! [ $(id -u) = 0 ]
|
||||||
|
|||||||
Reference in New Issue
Block a user