Fix unbound variable issue.

This commit is contained in:
Shishir Mahajan 2020-07-09 17:56:43 -07:00
parent 8e086eb382
commit 04c15c0b9a
No known key found for this signature in database
GPG Key ID: D41782E7688DEC4A

View File

@ -4,6 +4,7 @@ set -euo pipefail
export CONTAINERD_VERSION=1.3.4
export GOBIN="/usr/local/go/bin/go"
export CLEANUP_CONTAINERD=false
main() {
echo "INFO: Welcome! nomad-driver-containerd setup."