1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pufferpanel_ynh.git synced 2024-09-03 20:16:03 +02:00

fix location

This commit is contained in:
liberodark 2019-01-04 16:46:35 +01:00
parent 810c3cfb80
commit 43d9d195d6

View file

@ -47,7 +47,7 @@ app=$YNH_APP_INSTANCE_NAME
### If the app uses nginx as web server (written in HTML/PHP in most cases), the final path should be "/var/www/$app".
### If the app provides an internal web server (or uses another application server such as uwsgi), the final path should be "/opt/yunohost/$app"
final_path=/var/www/$app
final_path=/srv/$app
test ! -e "$final_path" || ynh_die "This path already contains a folder"
# Normalize the url path syntax