diff --git a/scripts/restore b/scripts/restore index c3638e4..a90b215 100755 --- a/scripts/restore +++ b/scripts/restore @@ -53,7 +53,7 @@ systemctl enable "${app}.service" --quiet #================================================= ynh_script_progression --message="Integrating service in YunoHost..." --weight=1 -yunohost service add "${app}" --description="Machine Translation API" --log="/var/log/$app/$app.log" +yunohost service add $app --description="Machine Translation API" --log="/var/log/$app/$app.log" #================================================= # START SYSTEMD SERVICE