mirror of
				https://github.com/samply/bridgehead.git
				synced 2025-11-04 08:20:17 +01: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