1
0
mirror of https://github.com/deajan/obackup.git synced 2024-11-14 19:53:42 +01:00

Fixed missing fi

This commit is contained in:
deajan 2017-06-20 14:53:12 +02:00
parent ee689da7f3
commit c7eb51f8a3

View File

@ -2042,5 +2042,7 @@ fi
if [ $dont_get_backup_size == true ]; then
GET_BACKUP_SIZE="no"
fi
RunBeforeHook
Main