1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mattermost_ynh.git synced 2024-09-03 19:36:29 +02:00

Merge branch 'fix-mmctl-detection' into testing

This commit is contained in:
Pierre de La Morinerie 2021-11-14 23:00:49 +01:00
commit 07d725f663

View file

@ -188,7 +188,7 @@ team_name=$(echo "$team_display_name" | iconv -f utf8 -t ascii//TRANSLIT//IGNORE
bin_mmctl="$final_path/bin/mmctl" bin_mmctl="$final_path/bin/mmctl"
# mmctl is not packaged with ARM versions yet # 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=true
export MMCTL_LOCAL_SOCKET_PATH="$local_socket_path" export MMCTL_LOCAL_SOCKET_PATH="$local_socket_path"