1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpmyadmin_ynh.git synced 2024-09-03 19:56:46 +02:00

Fix mistake with final_path...

This commit is contained in:
Maniack Crudelis 2017-09-03 23:11:27 +02:00 committed by GitHub
parent 6363d57f84
commit 47b1bc11fb

View file

@ -34,7 +34,7 @@ fi
# If final_path doesn't exist, create it
if [ -z $final_path ]; then
final_path=$(ynh_sanitize_dbid $app)
final_path="/var/www/$app"
ynh_app_setting_set $app final_path $final_path
fi