Update obackup.sh

This commit is contained in:
Orsiris de Jong 2013-09-13 13:36:08 +02:00
parent 361cb7b4b5
commit b0bbbbef9a
1 changed files with 4 additions and 0 deletions

View File

@ -414,6 +414,8 @@ function CheckSpaceRequirements
LOCAL_SQL_SPACE=0
LogError "SQL storage path [$LOCAL_SQL_STORAGE] doesn't exist."
fi
else
LOCAL_SQL_SPACE=0
fi
if [ "$BACKUP_FILES" != "no" ]
@ -440,6 +442,8 @@ function CheckSpaceRequirements
LOCAL_FILE_SPACE=0
LogError "File storage path [$LOCAL_FILE_STORAGE] doesn't exist."
fi
else
LOCAL_FILE_SPACE=0
fi
if [ "$LOCAL_SQL_DRIVE" == "$LOCAL_FILE_DRIVE" ]