update script should ensure uploads directory is present
This commit is contained in:
parent
501caf767b
commit
474b3b2f50
@ -4,6 +4,9 @@
|
||||
|
||||
source "$(dirname "${0}")"/../script/include/global_header.inc.sh
|
||||
|
||||
# create upload directory for app
|
||||
mkdir uploads | true
|
||||
|
||||
# Enable DB migration
|
||||
MIGRATE_DB="true"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user