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