Skip to content

Commit ed2d60c

Browse files
committed
Fix build.sh again
1 parent 861c9a1 commit ed2d60c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
ROOTPATH=/var/www/rocket.chat
44
PM2FILE=pm2.json
5-
if [ $1="development" ]; then
5+
if [ "$1" == "development" ]; then
66
ROOTPATH=/var/www/rocket.chat.dev
77
PM2FILE=pm2.dev.json
88
fi

0 commit comments

Comments
 (0)