From c06a5bfe356a1e74325efd3ca92d545bfe84592b Mon Sep 17 00:00:00 2001 From: Derkades Date: Fri, 25 Sep 2020 11:51:28 +0200 Subject: [PATCH] Fix session saving issue --- php_fpm/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php_fpm/entrypoint.sh b/php_fpm/entrypoint.sh index 66dab7d..341f3f7 100644 --- a/php_fpm/entrypoint.sh +++ b/php_fpm/entrypoint.sh @@ -14,7 +14,7 @@ else mv Nameless-*/{,.[^.]}* "/data" chown -R www-data:www-data /data chmod 755 -R /data - rm -rf /tmp + rm -rf /tmp/* set +x echo "Done!" fi