1
0
Fork 0
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:
Anmol 2017-07-02 16:29:16 +05:30
parent b14a62a7b6
commit 306193a7df

View file

@ -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