use exit rather than return

This commit is contained in:
fabolous005 2025-12-30 02:52:54 +01:00
parent 1858adfe13
commit ff3e5c4916
2 changed files with 2 additions and 2 deletions

View File

@ -20,4 +20,4 @@ cd /var/lib/teatrader-edge/
ROCKET_ENV=stage ./teatrade-edge &
return 0;
exit 0

View File

@ -23,4 +23,4 @@ cd /var/lib/teatrader-stable/
ROCKET_ENV=prod ./teatrade-stable &
return 0;
exit 0