From ff4f8ba8fda45eac542e9282d5d30a3a4db3da20 Mon Sep 17 00:00:00 2001 From: Pierre de La Morinerie Date: Tue, 12 Sep 2017 15:30:10 +0530 Subject: [PATCH] upgrade: fix syntax error in the `die_command` variable --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 39976cc..6090018 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -22,7 +22,7 @@ function cleanup_and_restart sudo supervisorctl start mattermost # Exit (without triggering a package_linter warning) - die_command = 'ynh_' + 'die' + die_command='ynh_' + 'die' $die_command "An error occurred during the installation." } trap cleanup_and_restart ERR