diff options
Diffstat (limited to 'tools/installers/head.sh')
-rwxr-xr-x | tools/installers/head.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/installers/head.sh b/tools/installers/head.sh index 4435cb27a..9de8f138c 100755 --- a/tools/installers/head.sh +++ b/tools/installers/head.sh @@ -15,7 +15,7 @@ # limitations under the License. # Install our runtime. -third_party/gvisor/runsc/runsc install +$(dirname $0)/runsc install # Restart docker. service docker restart || true |