diff --git a/check_process b/check_process index 32018f8..808cb84 100644 --- a/check_process +++ b/check_process @@ -22,8 +22,6 @@ incorrect_path=0 port_already_use=0 change_url=0 -;;; Levels - Level 5=auto ;;; Options Email= Notification=none diff --git a/manifest.json b/manifest.json index a73f7b7..4bbea69 100644 --- a/manifest.json +++ b/manifest.json @@ -14,7 +14,7 @@ "email": "liberodark@gmail.com" }, "requirements": { - "yunohost": ">= 3.8.1" + "yunohost": ">= 4.0.0" }, "multi_instance": false, "services": [ diff --git a/scripts/install b/scripts/install index d6ec054..e756b6a 100644 --- a/scripts/install +++ b/scripts/install @@ -125,7 +125,7 @@ chmod +x $final_path/streama.jar #================================================= ynh_script_progression --message="Integrating service in YunoHost..." --weight=4 -yunohost service add $app --description "Streama media system" --log "/var/log/$app/$app.log" +yunohost service add $app --description="Streama media system" --log="/var/log/$app/$app.log" #================================================= # START SYSTEMD SERVICE diff --git a/scripts/restore b/scripts/restore index 9fc32db..bc446c9 100644 --- a/scripts/restore +++ b/scripts/restore @@ -85,7 +85,7 @@ systemctl enable $app.service --quiet # INTEGRATE SERVICE IN YUNOHOST #================================================= -yunohost service add "$app" --description "Streama media system" --log "/var/log/$app/$app.log" +yunohost service add "$app" --description="Streama media system" --log="/var/log/$app/$app.log" #================================================= # START SYSTEMD SERVICE diff --git a/scripts/upgrade b/scripts/upgrade index 8c7d89d..5c0641e 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -105,7 +105,7 @@ chmod +x $final_path/streama.jar #================================================= ynh_script_progression --message="Integrating service in YunoHost..." --weight=3 -yunohost service add $app --description "Streama media system" --log "/var/log/$app/$app.log" +yunohost service add $app --description="Streama media system" --log="/var/log/$app/$app.log" #================================================= # START SYSTEMD SERVICE