mirror of
https://github.com/YunoHost-Apps/webtrees_ynh.git
synced 2024-09-03 18:26:37 +02:00
removed systemctl status nginx.service from the upgrade script
This commit is contained in:
parent
b14a62a7b6
commit
306193a7df
1 changed files with 0 additions and 2 deletions
|
@ -14,8 +14,6 @@ domain=$(ynh_app_setting_get "$app" domain)
|
|||
path_url=$(ynh_app_setting_get "$app" path_url)
|
||||
is_public=$(ynh_app_setting_get "$app" is_public)
|
||||
|
||||
# Remove trailing "/" for next commands
|
||||
path_url=${path_url%/}
|
||||
|
||||
# Copy source files
|
||||
src_path=/var/www/$app
|
||||
|
|
Loading…
Reference in a new issue