From 1b8043bbb5a83e1a7ef223508020747efea1954b Mon Sep 17 00:00:00 2001 From: mh4ckt3mh4ckt1c4s Date: Sun, 19 Mar 2023 23:39:31 +0100 Subject: [PATCH] Fix restore script --- scripts/restore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/restore b/scripts/restore index d5d6311..4ced8ff 100755 --- a/scripts/restore +++ b/scripts/restore @@ -97,6 +97,8 @@ chmod u+rwX,g=rX,o= "/var/log/uwsgi/$app" ynh_check_global_uwsgi_config +systemctl enable "uwsgi-app@$app.service" --quiet + #================================================= # START SYSTEMD SERVICE #=================================================