From ead1734685484b0aebea0d977a3250f2323975f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 6 Aug 2023 16:15:03 +0200 Subject: [PATCH] Update restore --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index df8f13a..509c0ee 100755 --- a/scripts/restore +++ b/scripts/restore @@ -34,7 +34,7 @@ systemctl enable $app.service --quiet systemctl enable ${app}-web.service --quiet yunohost service add $app --description="Lightweight BitTorrent client" --log="/var/log/$app/$app.log" -yunohost service add ${app}-web --description=BitTorrent UI --log=/var/log/$app/$app.log +yunohost service add ${app}-web --description="BitTorrent UI" --log=/var/log/$app/$app.log #================================================= # GENERIC FINALIZATION