1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/streama_ynh.git synced 2024-09-03 20:26:30 +02:00

Fix linter warnings

This commit is contained in:
ericgaspar 2020-12-04 14:00:33 +01:00
parent 980916df36
commit c93998b1c5
No known key found for this signature in database
GPG key ID: 574F281483054D44
5 changed files with 4 additions and 6 deletions

View file

@ -22,8 +22,6 @@
incorrect_path=0
port_already_use=0
change_url=0
;;; Levels
Level 5=auto
;;; Options
Email=
Notification=none

View file

@ -14,7 +14,7 @@
"email": "liberodark@gmail.com"
},
"requirements": {
"yunohost": ">= 3.8.1"
"yunohost": ">= 4.0.0"
},
"multi_instance": false,
"services": [

View file

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

View file

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

View file

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