mirror of
https://github.com/bbernhard/signal-cli-rest-api.git
synced 2026-03-15 02:50:12 +00:00
fixed syntax error in bash script
This commit is contained in:
parent
0755b96535
commit
b20fb09653
@ -19,7 +19,8 @@ cap_prefix="-cap_"
|
||||
caps="$cap_prefix$(seq -s ",$cap_prefix" 0 $(cat /proc/sys/kernel/cap_last_cap))"
|
||||
|
||||
# TODO: check mode
|
||||
if [ "$MODE" == "json-rpc" ]
|
||||
if [ "$MODE" = "json-rpc" ]
|
||||
then
|
||||
/usr/bin/jsonrpc2-helper
|
||||
service supervisor start
|
||||
supervisorctl start all
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user