Skip to content
This repository was archived by the owner on Feb 5, 2026. It is now read-only.

Commit fef5460

Browse files
authored
Bugfix: tailing ampersand sign prevents container from restarting (#254)
Signed-off-by: Thomas <thomas.leera@gmail.com>
1 parent ba59056 commit fef5460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ export LOG_CONSOLE_STDOUT=${LOG_CONSOLE_STDOUT:-false}
2020
export DISCOVERY_AS_LOCALHOST=${DISCOVERY_AS_LOCALHOST:-true}
2121
export EXPLORER_APP_ROOT=${EXPLORER_APP_ROOT:-dist}
2222

23-
node ${EXPLORER_APP_ROOT}/main.js name - hyperledger-explorer &
23+
node ${EXPLORER_APP_ROOT}/main.js name - hyperledger-explorer

0 commit comments

Comments
 (0)