summarylogtreecommitdiffstats
path: root/mattermost.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mattermost.sh')
-rw-r--r--mattermost.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mattermost.sh b/mattermost.sh
index 4de71d08f6ba..08b9ea965bb9 100644
--- a/mattermost.sh
+++ b/mattermost.sh
@@ -3,7 +3,7 @@ set -e
cd /usr/share/webapps/mattermost
-if [[ "$USER" = "mattermost" ]];
+if [[ "$USER" = "mattermost" ]]; then
exec bin/platform "$@"
else
exec sudo -u mattermost bin/platform "$@"