update script should ensure uploads directory is present

This commit is contained in:
dandds 2018-08-29 11:01:50 -04:00
parent 501caf767b
commit 474b3b2f50

View File

@ -4,6 +4,9 @@
source "$(dirname "${0}")"/../script/include/global_header.inc.sh source "$(dirname "${0}")"/../script/include/global_header.inc.sh
# create upload directory for app
mkdir uploads | true
# Enable DB migration # Enable DB migration
MIGRATE_DB="true" MIGRATE_DB="true"