diff --git a/manifest.json b/manifest.json index 71a5bf5..af8ab8c 100644 --- a/manifest.json +++ b/manifest.json @@ -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": { diff --git a/scripts/restore b/scripts/restore index 71f1eab..92499c2 100644 --- a/scripts/restore +++ b/scripts/restore @@ -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