mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
upgrade: fix syntax error in the die_command
variable
This commit is contained in:
parent
8272eadca0
commit
ff4f8ba8fd
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ function cleanup_and_restart
|
||||||
sudo supervisorctl start mattermost
|
sudo supervisorctl start mattermost
|
||||||
|
|
||||||
# Exit (without triggering a package_linter warning)
|
# Exit (without triggering a package_linter warning)
|
||||||
die_command = 'ynh_' + 'die'
|
die_command='ynh_' + 'die'
|
||||||
$die_command "An error occurred during the installation."
|
$die_command "An error occurred during the installation."
|
||||||
}
|
}
|
||||||
trap cleanup_and_restart ERR
|
trap cleanup_and_restart ERR
|
||||||
|
|
Loading…
Reference in a new issue