[Libguestfs] [PATCH 2/3] appliance: Make it clear that the init script is a bash script.

Richard W.M. Jones rjones at redhat.com
Thu Mar 17 10:08:42 UTC 2016


We have used /bin/sh here since 2009.  However this is a bash
script and probably won't work well with other shells.
---
 appliance/init | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/appliance/init b/appliance/init
index ee8c60e..21e7ab8 100755
--- a/appliance/init
+++ b/appliance/init
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 echo Starting /init script ...
 
-- 
2.5.0




More information about the Libguestfs mailing list