mirror of
https://github.com/YunoHost-Apps/phpmyadmin_ynh.git
synced 2024-09-03 19:56:46 +02:00
Fix error about tmp not accessible
Yolomerge in testing, that's just a micro fix !
This commit is contained in:
parent
160682aec2
commit
0bd3d18f03
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue