We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53a1165 commit 57b6eeaCopy full SHA for 57b6eea
1 file changed
root/etc/s6-overlay/s6-rc.d/svc-smokeping/run
@@ -4,7 +4,7 @@
4
if [ -n "${MASTER_URL}" ] && [ -n "${SHARED_SECRET}" ] && [ -n "${CACHE_DIR}" ]; then
5
install -g abc -o abc -m 400 -D <(echo $SHARED_SECRET) /var/smokeping/secret.txt
6
if [ -n "${SLAVE_NAME}" ]; then
7
- SLAVE_NAME_OPTION="--slave-name=\"${SLAVE_NAME}\""
+ SLAVE_NAME_OPTION="--slave-name=${SLAVE_NAME}"
8
else
9
SLAVE_NAME_OPTION=""
10
fi
0 commit comments