diff --git a/scripts/install b/scripts/install index a4036c2..a821a32 100644 --- a/scripts/install +++ b/scripts/install @@ -111,5 +111,5 @@ yunohost service add "$app" --log "/var/log/$app/$app.log" ynh_use_logrotate "/var/log/$app" # Reload services -ynh_check_starting "Serving [::]:$port with pid" "/var/log/$app/gitea.log" +# ynh_check_starting "Serving [::]:$port with pid" "/var/log/$app/gitea.log" systemctl restart gitea diff --git a/scripts/restore b/scripts/restore index 3ea6635..c9aaf05 100644 --- a/scripts/restore +++ b/scripts/restore @@ -63,4 +63,4 @@ yunohost service add "$app" --log /var/log/"$app"/"$app".log # Reload services systemctl reload nginx.service -ynh_check_starting "INFO] Listen: http://0.0.0.0:" "/var/log/$app/gogs.log" +# ynh_check_starting "INFO] Listen: http://0.0.0.0:" "/var/log/$app/gogs.log" diff --git a/scripts/upgrade b/scripts/upgrade index 8c4b740..1044149 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -107,4 +107,4 @@ config_nginx set_permission # Reload services -ynh_check_starting "INFO] Listen: http://0.0.0.0:" "/var/log/$app/gogs.log" +# ynh_check_starting "INFO] Listen: http://0.0.0.0:" "/var/log/$app/gogs.log"