Skip to content

Commit

Permalink
Merge pull request #308 from leondavi/minor_fixes
Browse files Browse the repository at this point in the history
[RUN] Minor change in run script
  • Loading branch information
leondavi authored Apr 22, 2024
2 parents e6eee5a + d70c95e commit 76b2f67
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 76b2f67

Please sign in to comment.