mirror of
https://github.com/bbernhard/signal-cli-rest-api.git
synced 2026-05-21 13:54:18 +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))"
|
caps="$cap_prefix$(seq -s ",$cap_prefix" 0 $(cat /proc/sys/kernel/cap_last_cap))"
|
||||||
|
|
||||||
# TODO: check mode
|
# TODO: check mode
|
||||||
if [ "$MODE" == "json-rpc" ]
|
if [ "$MODE" = "json-rpc" ]
|
||||||
|
then
|
||||||
/usr/bin/jsonrpc2-helper
|
/usr/bin/jsonrpc2-helper
|
||||||
service supervisor start
|
service supervisor start
|
||||||
supervisorctl start all
|
supervisorctl start all
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user