mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
It's '=' in sh, not '=='
This commit is contained in:
parent
2bcb27b24f
commit
6e47d2f1b5
@ -3,7 +3,7 @@
|
||||
set -e
|
||||
|
||||
dev=""
|
||||
if [ "$1" == '-d' ]; then
|
||||
if [ "$1" = '-d' ]; then
|
||||
dev=":dev"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user