1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/thelounge_ynh.git synced 2024-09-03 20:35:54 +02:00

Fix linter warnings

This commit is contained in:
ericgaspar 2020-12-14 11:14:10 +01:00
parent a9c07f671e
commit 14941ee5bd
No known key found for this signature in database
GPG key ID: 574F281483054D44
4 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@
"en": "Web IRC client",
"fr": "Client Web IRC"
},
"version": "4.2.0~ynh1",
"version": "4.2.0~ynh2",
"url": "https://thelounge.chat/",
"license": "MIT",
"maintainer": {

View file

@ -152,7 +152,7 @@ chown -R $app: $config_path
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..."
yunohost service add $app --description="Client Web IRC" --log_type="systemd"
yunohost service add $app --description="Client Web IRC" --log="/var/log/$app/$app.log"
#=================================================
# START SYSTEMD SERVICE

View file

@ -107,7 +107,7 @@ systemctl enable $app.service --quiet
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..."
yunohost service add $app --description="Client Web IRC" --log_type="systemd"
yunohost service add $app --description="Client Web IRC" --log="/var/log/$app/$app.log"
#=================================================
# START SYSTEMD SERVICE

View file

@ -179,7 +179,7 @@ chown -R $app: $config_path
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..."
yunohost service add $app --description="Client Web IRC" --log_type="systemd"
yunohost service add $app --description="Client Web IRC" --log="/var/log/$app/$app.log"
#=================================================
# START SYSTEMD SERVICE