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()