From: Wolfgang Bumiller Date: Thu, 3 Nov 2016 08:07:05 +0000 (+0100) Subject: cleanup: /usr/bin/bash vs /bin/bash consistency X-Git-Tag: lxc-2.1.0~278^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1273%2Fhead;p=thirdparty%2Flxc.git cleanup: /usr/bin/bash vs /bin/bash consistency Signed-off-by: Wolfgang Bumiller --- diff --git a/templates/lxc-voidlinux.in b/templates/lxc-voidlinux.in index 83214fb5e..380d8a113 100644 --- a/templates/lxc-voidlinux.in +++ b/templates/lxc-voidlinux.in @@ -1,4 +1,4 @@ -#!/usr/bin/bash +#!/bin/bash # # template script for generating Void Linux container for LXC