1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ttrss_ynh.git synced 2024-10-01 13:34:46 +02:00

Fix linter warnings

This commit is contained in:
ericgaspar 2020-12-04 14:11:53 +01:00
parent 3943007e24
commit d13f854cd2
No known key found for this signature in database
GPG key ID: 574F281483054D44
4 changed files with 4 additions and 6 deletions

View file

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

View file

@ -149,7 +149,7 @@ ynh_systemd_action --service_name=$app --action=start
#================================================= #=================================================
ynh_script_progression --message="Integrating service in YunoHost..." --weight=1 ynh_script_progression --message="Integrating service in YunoHost..." --weight=1
yunohost service add $app --description "News feed reader and aggregator" yunohost service add $app --description="News feed reader and aggregator" --log="/var/log/$app/$app.log"
#================================================= #=================================================
# SETUP SSOWAT # SETUP SSOWAT

View file

@ -93,7 +93,7 @@ ynh_mysql_connect_as --user=$db_name --password=$db_pwd --database=$db_name < ./
#================================================= #=================================================
ynh_script_progression --message="Integrating service in YunoHost..." --weight=1 ynh_script_progression --message="Integrating service in YunoHost..." --weight=1
yunohost service add $app --description "News feed reader and aggregator" yunohost service add $app --description="News feed reader and aggregator" --log="/var/log/$app/$app.log"
#================================================= #=================================================
# RESTORE SYSTEMD # RESTORE SYSTEMD
@ -101,7 +101,7 @@ yunohost service add $app --description "News feed reader and aggregator"
ynh_script_progression --message="Restoring the systemd configuration..." --weight=2 ynh_script_progression --message="Restoring the systemd configuration..." --weight=2
ynh_restore_file --origin_path="/etc/systemd/system/$app.service" ynh_restore_file --origin_path="/etc/systemd/system/$app.service"
systemctl enable $app.service systemctl enable $app.service --quiet
ynh_systemd_action --service_name=$app --action=start ynh_systemd_action --service_name=$app --action=start
#================================================= #=================================================

View file

@ -187,7 +187,7 @@ ynh_systemd_action --service_name=$app --action=restart
#================================================= #=================================================
ynh_script_progression --message="Integrating service in YunoHost..." --weight=1 ynh_script_progression --message="Integrating service in YunoHost..." --weight=1
yunohost service add $app --description "News feed reader and aggregator" yunohost service add $app --description="News feed reader and aggregator" --log="/var/log/$app/$app.log"
#================================================= #=================================================
# GENERIC FINALIZATION # GENERIC FINALIZATION