Skip to content

Commit

Permalink
Update boot-shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
manifestinteractive authored May 14, 2024
1 parent deba24a commit 5f3ecb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/boot-shutdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
function shutdown()
{
# Send Shutdown Signal to Sandbox in Background
~/.sfccdevops/sdx-stop
~/.opensfcc/sdx-stop
exit 0
}

function startup()
{
# Send Startup Signal to Sandbox in Background
~/.sfccdevops/sdx-start
~/.opensfcc/sdx-start

tail -f /dev/null &
wait $!
Expand Down

0 comments on commit 5f3ecb4

Please sign in to comment.