This website works better with JavaScript.
Home
Help
Register
Sign In
reGen2
/
ezbuild
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
create all necessary folders
master
belliash
9 years ago
parent
2f1530d115
commit
01e5385f67
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
ezsync
+ 4
- 0
ezsync
View File
@ -70,3 +70,7 @@ elif isEnabled ${EZOPT_CLEANLOG}; then
printInfo "Clearing log file..."
cleanLog
fi
# Create all necessary directories
makeCoreDirectories
[ ${?} -ne 0 ] && die "EzBuild was unable to create all necessary directories!" 1
Write
Preview
Loading…
Cancel
Save