From ad02f0e3ebde7554c994754b6c38c8fa62043460 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 10 Aug 2023 07:54:58 +0200 Subject: [PATCH] Update restore --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 263b8c9..8551aca 100755 --- a/scripts/restore +++ b/scripts/restore @@ -59,7 +59,7 @@ yunohost service add $app --description="Machine Translation API" --log="/var/lo #================================================= ynh_script_progression --message="Starting a systemd service..." --weight=1 -ynh_systemd_action --service_name="${app}" --action="start" +ynh_systemd_action --service_name="${app}" --action="start" #================================================= # GENERIC FINALIZATION