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 _______________________________________________ Libguestfs mailing list [email protected] https://www.redhat.com/mailman/listinfo/libguestfs
