initialize ezbuild env

This commit is contained in:
belliash 2012-01-09 13:44:38 +01:00
parent 8caf858ab4
commit fbbc7d8665
1 changed files with 4 additions and 5 deletions

9
ezsync
View File

@ -79,12 +79,11 @@ elif isEnabled ${EZOPT_CLEANLOG}; then
cleanLog cleanLog
fi fi
# Create all necessary directories # Initialize EzBuild environment
makeCoreDirectories makeCoreDirectories || 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" EZNOTIFY="yes"
makeSshWrapper || die "EzBuild was unable to create a wrapper file to SSH" 1
trap 'die "Process killed! This may lead into unexpected problems!"' 1 2 3 9 15 17 18 23
# Load necessary public keys # Load necessary public keys
printInfo "Loading public keys..." printInfo "Loading public keys..."