Skip to content

Commit

Permalink
[RUN] Minor change in run script
Browse files Browse the repository at this point in the history
  • Loading branch information
leondavi committed Apr 22, 2024
1 parent b8edc32 commit d70c95e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NerlnetRun.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function stop()
function run_release_bg()
{
init
print running Nerlnet in background daemon
print "running Nerlnet in background daemon"
cd src_erl/NerlnetApp
rebar3 release
$NERLNET_APP_RELEASE_BIN/nerlnetApp daemon
Expand All @@ -88,7 +88,7 @@ function run_release_bg()
function run_release()
{
init
print running Nerlnet release
print "running Nerlnet release"
cd src_erl/NerlnetApp
rebar3 release
$NERLNET_APP_RELEASE_BIN/nerlnetApp foreground
Expand Down

0 comments on commit d70c95e

Please sign in to comment.