[lxc-devel] [lxc/master] cleanup: /usr/bin/bash vs /bin/bash consistency

Blub on Github lxc-bot at linuxcontainers.org
Thu Nov 3 08:12:44 UTC 2016


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 342 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20161103/422ea6cd/attachment.bin>
-------------- next part --------------
From c5ec44f28972bdc1292962b4a69cece472a06ddf Mon Sep 17 00:00:00 2001
From: Wolfgang Bumiller <w.bumiller at proxmox.com>
Date: Thu, 3 Nov 2016 09:07:05 +0100
Subject: [PATCH] cleanup: /usr/bin/bash vs /bin/bash consistency

Signed-off-by: Wolfgang Bumiller <w.bumiller at proxmox.com>
---
 templates/lxc-voidlinux.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/lxc-voidlinux.in b/templates/lxc-voidlinux.in
index 83214fb..380d8a1 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


More information about the lxc-devel mailing list