enable notifications just after all directories have been created

This commit is contained in:
belliash 2012-01-09 11:50:52 +01:00
parent 412bc2e177
commit 87cc0ee71a
1 changed files with 3 additions and 0 deletions

3
ezsync
View File

@ -74,3 +74,6 @@ fi
# Create all necessary directories # Create all necessary directories
makeCoreDirectories makeCoreDirectories
[ ${?} -ne 0 ] && die "EzBuild was unable to create all necessary directories!" 1 [ ${?} -ne 0 ] && die "EzBuild was unable to create all necessary directories!" 1
# Enable notifications
EZNOTIFY="yes"