mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-16 15:00:15 +02:00
fix: Repaired check for Auto Updates
This commit is contained in:
@ -103,7 +103,7 @@ else
|
||||
hc_send log "$RES"
|
||||
fi
|
||||
|
||||
if [ -z "${BACKUP_DIRECTORY}" ]; then
|
||||
if [ -n "${BACKUP_DIRECTORY}" ]; then
|
||||
if [ ! -d "$BACKUP_DIRECTORY" ]; then
|
||||
message="Performing automatic maintenance: Attempting to create backup directory $BACKUP_DIRECTORY."
|
||||
hc_send log "$message"
|
||||
|
Reference in New Issue
Block a user