This was erroring if the uploads directory already existed
This commit is contained in:
parent
e6078cbe4a
commit
741636f00a
@ -6,7 +6,7 @@
|
||||
source "$(dirname "${0}")"/../script/include/global_header.inc.sh
|
||||
|
||||
# create upload directory for app
|
||||
mkdir uploads | true
|
||||
mkdir -p uploads
|
||||
|
||||
# Enable database resetting
|
||||
RESET_DB="true"
|
||||
|
Loading…
x
Reference in New Issue
Block a user