[survey-web/oscp] Create temporary directory for uploads



commit bcaf67d3aaaeabbb2116fc7707cd56c3dd15d0a5
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Tue Dec 29 13:13:11 2020 +0100

    Create temporary directory for uploads

 entrypoint.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/entrypoint.sh b/entrypoint.sh
index 8c97c460..4531aad0 100755
--- a/entrypoint.sh
+++ b/entrypoint.sh
@@ -1,5 +1,5 @@
 #!/bin/bash
 
-mkdir -p /var/www/html/tmp/{assets,runtime}
+mkdir -p /var/www/html/tmp/{assets,runtime,upload}
 php application/commands/console.php updatedb
 exec php-fpm


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]