use exit rather than return
This commit is contained in:
parent
1858adfe13
commit
ff3e5c4916
@ -20,4 +20,4 @@ cd /var/lib/teatrader-edge/
|
|||||||
|
|
||||||
ROCKET_ENV=stage ./teatrade-edge &
|
ROCKET_ENV=stage ./teatrade-edge &
|
||||||
|
|
||||||
return 0;
|
exit 0
|
||||||
|
|||||||
@ -23,4 +23,4 @@ cd /var/lib/teatrader-stable/
|
|||||||
|
|
||||||
ROCKET_ENV=prod ./teatrade-stable &
|
ROCKET_ENV=prod ./teatrade-stable &
|
||||||
|
|
||||||
return 0;
|
exit 0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user