From 23028cb30d77fe0912e465042222740db0b82899 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 17 Mar 2016 10:04:25 +0000 Subject: [PATCH] appliance: Make it clear that the init script is a bash script. 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 ee8c60e6d..21e7ab824 100755 --- a/appliance/init +++ b/appliance/init @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash echo Starting /init script ...