1
0
Fork 0
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:
Maniack Crudelis 2018-10-05 21:04:30 +02:00 committed by GitHub
parent 160682aec2
commit 0bd3d18f03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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