7e63afbef6
Get storagenode and storagenode-updater binaries during run of the container to not to release new docker image on each new version of the storagenode binary. Fixes https://github.com/storj/storj/issues/4176 Change-Id: I994c4942136a2cc7298eb0346238689eb406ae5b
7 lines
87 B
Bash
Executable File
7 lines
87 B
Bash
Executable File
#!/bin/sh
|
|
|
|
printf "READY\n";
|
|
|
|
while read -r; do
|
|
kill -SIGQUIT $PPID
|
|
done < /dev/stdin |