From 64240323f03ce2e34e151640c136c45d49917168 Mon Sep 17 00:00:00 2001 From: Robin Gloster Date: Thu, 14 May 2015 12:42:32 +0200 Subject: [PATCH] fix shebang in template --- scripts/lxc-template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lxc-template b/scripts/lxc-template index 8036bba..50baf96 100755 --- a/scripts/lxc-template +++ b/scripts/lxc-template @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # This is a modified version of /usr/share/lxc/templates/lxc-download # that comes with ubuntu-lxc 1.0.0 stable from ppa changed to suit vagrant-lxc needs