mirror of
https://github.com/YunoHost-Apps/fider_ynh.git
synced 2024-09-03 18:36:11 +02:00
Install in /var/www
This commit is contained in:
parent
7e4f4b5ff2
commit
4a6886aed9
2 changed files with 2 additions and 2 deletions
|
@ -3,4 +3,4 @@
|
|||
* Email required for administation (uses "magic links" instead of admin passwords)
|
||||
|
||||
* You should manually configure the app after installation.
|
||||
* You should edit /opt/yunohost/fider/run_fider to add environment variables, e.g for Github integration
|
||||
* You should edit /var/www/fider/run_fider to add environment variables, e.g for Github integration
|
||||
|
|
|
@ -37,7 +37,7 @@ app=$YNH_APP_INSTANCE_NAME
|
|||
#=================================================
|
||||
ynh_script_progression --message="Validating installation parameters..." --weight=1
|
||||
|
||||
final_path=/opt/yunohost/$app
|
||||
final_path=/var/www/$app
|
||||
test ! -e "$final_path" || ynh_die --message="This path already contains a folder"
|
||||
|
||||
# Register (book) web path
|
||||
|
|
Loading…
Reference in a new issue