From dc7fd17402ea2b27168b2fcf61248a9406e46af3 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Mon, 10 Jul 2023 10:13:08 +0200 Subject: [PATCH] Update restore --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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