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