Skip to content

Commit

Permalink
fix(bug-workspace-init): fix for incorrect redirects in app-server.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhardt Ramat committed Jul 8, 2022
1 parent 4757561 commit 2f85abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/app-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ then
fi

# Will skip log trimming if ZWED_NODE_LOG_FILE already defined (such as by start.sh)
.. ./utils/setup-logs.sh
. ../bin/utils/setup-logs.sh

#Determined log file. Run node appropriately.
cd ../lib
Expand Down

0 comments on commit 2f85abf

Please sign in to comment.