From 4082157e1460185a6db51ed4250da5972964f1a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Sat, 28 Nov 2020 19:24:23 +0100 Subject: [PATCH] Update uwsgi helper --- scripts/experimental_helper.sh | 28 ++++++++++++++-------------- scripts/restore | 3 +++ 2 files changed, 17 insertions(+), 14 deletions(-) diff --git a/scripts/experimental_helper.sh b/scripts/experimental_helper.sh index 0e70509..8aadcff 100644 --- a/scripts/experimental_helper.sh +++ b/scripts/experimental_helper.sh @@ -6,28 +6,25 @@ # # usage: ynh_check_global_uwsgi_config ynh_check_global_uwsgi_config () { - uwsgi --version || ynh_die --message "You need to add uwsgi (and appropriate plugin) as a dependency" + uwsgi --version || ynh_die --message="You need to add uwsgi (and appropriate plugin) as a dependency" cat > /etc/systemd/system/uwsgi-app@.service <