[survey-web/oscp] Precreate required directories in tmp



commit 5521796ad91c7b191c8a3538a11745e9d8e5a7e0
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Tue Dec 29 12:57:13 2020 +0100

    Precreate required directories in tmp

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


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