mirror of
https://github.com/YunoHost-Apps/biboumi_ynh.git
synced 2024-09-03 18:15:58 +02:00
Fix linter warning
This commit is contained in:
parent
ae32f20f7f
commit
8f15d97b94
3 changed files with 8 additions and 2 deletions
|
@ -114,7 +114,7 @@ ynh_use_logrotate /var/log/biboumi/
|
||||||
# ADVERTISE SERVICE IN ADMIN PANEL
|
# ADVERTISE SERVICE IN ADMIN PANEL
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
yunohost service add biboumi --description "XMPP gateway for the IRC network" --log "/var/log/biboumi/biboumi.log"
|
yunohost service add biboumi --description="XMPP gateway for the IRC network" --log="/var/log/biboumi/biboumi.log"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# SET THE APP AS NOT USING THE SSO
|
# SET THE APP AS NOT USING THE SSO
|
||||||
|
|
|
@ -56,7 +56,7 @@ ynh_restore_file "/var/lib/biboumi"
|
||||||
# ADVERTISE SERVICE IN ADMIN PANEL
|
# ADVERTISE SERVICE IN ADMIN PANEL
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
yunohost service add biboumi --description "XMPP gateway for the IRC network" --log "/var/log/biboumi/biboumi.log"
|
yunohost service add biboumi --description="XMPP gateway for the IRC network" --log="/var/log/biboumi/biboumi.log"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# RESTORE THE LOGROTATE CONFIGURATION
|
# RESTORE THE LOGROTATE CONFIGURATION
|
||||||
|
|
|
@ -109,6 +109,12 @@ ynh_use_logrotate /var/log/biboumi/ --non-append
|
||||||
# Set permissions on app files
|
# Set permissions on app files
|
||||||
chown _biboumi /var/log/biboumi /var/lib/biboumi /etc/biboumi
|
chown _biboumi /var/log/biboumi /var/lib/biboumi /etc/biboumi
|
||||||
|
|
||||||
|
#=================================================
|
||||||
|
# ADVERTISE SERVICE IN ADMIN PANEL
|
||||||
|
#=================================================
|
||||||
|
|
||||||
|
yunohost service add biboumi --description="XMPP gateway for the IRC network" --log="/var/log/biboumi/biboumi.log"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# RELOAD SERVICES
|
# RELOAD SERVICES
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue