From dfc9455e72e38e46886510c6693bbe792abec90e Mon Sep 17 00:00:00 2001 From: Josh Curl Date: Wed, 5 Oct 2016 15:58:06 -0700 Subject: [PATCH] Add /phone-home to Tinkerbell URL --- scripts/hosting/packet/packet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/hosting/packet/packet.sh b/scripts/hosting/packet/packet.sh index 9569bd81..12bee083 100644 --- a/scripts/hosting/packet/packet.sh +++ b/scripts/hosting/packet/packet.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -TINKERBELL_URL=$(cat /proc/cmdline | sed -e 's/^.*tinkerbell=//' -e 's/ .*$//') +TINKERBELL_URL=$(cat /proc/cmdline | sed -e 's/^.*tinkerbell=//' -e 's/ .*$//')/phone-home INSTALLER_IMAGE=rancher/os:v0.7.0-rc1 tinkerbell_post()