mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
scripts: fix mmctl detection
This commit is contained in:
parent
59c500ea70
commit
16db0114dc
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ team_name=$(echo "$team_display_name" | iconv -f utf8 -t ascii//TRANSLIT//IGNORE
|
|||
bin_mmctl="$final_path/bin/mmctl"
|
||||
|
||||
# mmctl is not packaged with ARM versions yet
|
||||
if [[ -f $"bin_mmctl" ]]; then
|
||||
if [[ -f "$bin_mmctl" ]]; then
|
||||
export MMCTL_LOCAL=true
|
||||
export MMCTL_LOCAL_SOCKET_PATH="$local_socket_path"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue