mirror of
https://github.com/YunoHost-Apps/cops_ynh.git
synced 2024-09-03 18:25:57 +02:00
No need to set path
This commit is contained in:
parent
21720d4ec8
commit
2df00f837d
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ final_path=/var/www/$app
|
|||
|
||||
# Define variables and Save app settings
|
||||
ynh_app_setting_set "$app" domain "$domain"
|
||||
ynh_app_setting_set "$app" path "$path"
|
||||
#ynh_app_setting_set "$app" path "$path"
|
||||
ynh_app_setting_set "$app" is_public "$is_public"
|
||||
ynh_app_setting_set "$app" final_path "$final_path"
|
||||
ynh_app_setting_set "$app" runninguser "$runninguser"
|
||||
|
|
Loading…
Add table
Reference in a new issue