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