From 474b3b2f50b11dc3ed965afa85221dc53152d036 Mon Sep 17 00:00:00 2001 From: dandds Date: Wed, 29 Aug 2018 11:01:50 -0400 Subject: [PATCH] update script should ensure uploads directory is present --- script/update | 3 +++ 1 file changed, 3 insertions(+) diff --git a/script/update b/script/update index 46d5d549..8907003e 100755 --- a/script/update +++ b/script/update @@ -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"