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:
parent
980916df36
commit
c93998b1c5
5 changed files with 4 additions and 6 deletions
|
@ -22,8 +22,6 @@
|
|||
incorrect_path=0
|
||||
port_already_use=0
|
||||
change_url=0
|
||||
;;; Levels
|
||||
Level 5=auto
|
||||
;;; Options
|
||||
Email=
|
||||
Notification=none
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
"email": "liberodark@gmail.com"
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 3.8.1"
|
||||
"yunohost": ">= 4.0.0"
|
||||
},
|
||||
"multi_instance": false,
|
||||
"services": [
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue