Skip to content

Commit

Permalink
Merge pull request #41 from docker/fix-daemon-script
Browse files Browse the repository at this point in the history
Update daemon
  • Loading branch information
chubing authored May 17, 2018
2 parents a5a9343 + ec764d0 commit 0505eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container_files/usr-local-bin/daemon
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

prepDaemon

export GSH_JVMARGS="$$GSH_JVMARGS -DENV=$ENV -DUSERTOKEN=$USERTOKEN"
export GSH_JVMARGS="$GSH_JVMARGS -DENV=$ENV -DUSERTOKEN=$USERTOKEN"

exec bin/gsh -loader > /tmp/loggrouper

0 comments on commit 0505eb6

Please sign in to comment.