From 0bd3d18f03165efcb82925747905aa3ca3f2ffe0 Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Fri, 5 Oct 2018 21:04:30 +0200 Subject: [PATCH] Fix error about tmp not accessible Yolomerge in testing, that's just a micro fix ! --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index bb5c34b..c34ca74 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -172,7 +172,7 @@ chown root:$app $final_path/config.inc.php chmod 640 $final_path/config.inc.php # Setup phpMyAdmin temporary folder mkdir -p $final_path/tmp -chown $app: $final_path/tmp +chown -R $app: $final_path/tmp #================================================= # SETUP SSOWAT