diff --git a/scripts/restore b/scripts/restore index 72400ab..96a2b22 100755 --- a/scripts/restore +++ b/scripts/restore @@ -34,7 +34,7 @@ ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf" ynh_restore_file --origin_path="/etc/systemd/system/$app.service" systemctl enable $app.service --quiet -yunohost service add $app --description="A short description of the app" --log="/var/log/$app/$app.log" +yunohost service add $app --description="WebUI for BorgBackup" --log="/var/log/$app/$app.log" ynh_restore_file --origin_path="/etc/cron.d/$app"