From 224225a7adfe76983853a2971c979c7a915e55bf Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 6 Dec 2020 14:12:04 +0100 Subject: [PATCH] Fix --- check_process | 7 +------ conf/systemd.service | 5 ++--- manifest.json | 4 ++-- scripts/install | 4 ++-- 4 files changed, 7 insertions(+), 13 deletions(-) diff --git a/check_process b/check_process index d68c2c9..744f63e 100644 --- a/check_process +++ b/check_process @@ -16,10 +16,5 @@ multi_instance=1 port_already_use=1 change_url=1 -;;; Levels - Level 5=auto ;;; Upgrade options - ; commit=aa075b2051ffad7b0b6fef3a9c767376d5bdbfab - name=Before multi_instance and refactoring - ; commit=1cbec051e1171de5a8ed1e850eb4fb3506114da5 - name=From V0.10.18 + diff --git a/conf/systemd.service b/conf/systemd.service index 0f08a9d..e9cac24 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -6,9 +6,8 @@ After=mysql.service After=slapd.service [Service] -# Modify these two values and uncomment them if you have -# repos with lots of files and get an HTTP error 500 because -# of that +# Modify these two values and uncomment them if you have repos +# with lots of files and get an HTTP error 500 because of that ### #LimitMEMLOCK=infinity #LimitNOFILE=65535 diff --git a/manifest.json b/manifest.json index 3a5a8e2..cbb8d81 100644 --- a/manifest.json +++ b/manifest.json @@ -10,8 +10,8 @@ "url": "http://gogs.io", "license": "MIT", "maintainer": { - "name": "Josué Tille", - "email": "josue@tille.ch" + "name": "", + "email": "" }, "previous_maintainers": { "name": "tostaki", diff --git a/scripts/install b/scripts/install index 5d4ccc0..580937b 100644 --- a/scripts/install +++ b/scripts/install @@ -188,7 +188,7 @@ set_access_settings #================================================= ynh_script_progression --message="Integrating service in YunoHost..." --weight=1 -yunohost service add "$app" --log "/var/log/$app/$app.log" +yunohost service add "$app" --log="/var/log/$app/$app.log" #================================================= # SETUP LOGROTATE @@ -208,7 +208,7 @@ ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$ap #================================================= # RELOAD NGINX #================================================= -ynh_script_progression --message="Reloading nginx web server..." --weight=1 +ynh_script_progression --message="Reloading NGINX web server..." --weight=1 ynh_systemd_action --service_name=nginx --action=reload