1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00

Fix linter warning (#18)

* Fix linter warning
This commit is contained in:
Alexandre Aubin 2020-12-02 08:14:14 +01:00 committed by GitHub
parent b7d38c6419
commit 9575a66212
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
"en": "Web-based cross-platform XMPP client",
"fr": "Client XMPP multiplateforme basé sur le Web"
},
"version": "0.18~ynh2",
"version": "0.18~ynh3",
"url": "https://movim.eu",
"license": "AGPL-3.0-or-later",
"maintainer": {

View file

@ -113,7 +113,7 @@ systemctl enable $app.service
# INTEGRATE SERVICE IN YUNOHOST
#=================================================
yunohost service add $app --description "Responsive web-based XMPP client" --log "/var/log/$app/$app.log"
yunohost service add $app --description "Responsive web-based XMPP client" --log="/var/log/$app/$app.log"
#=================================================
# START SYSTEMD SERVICE