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.
This commit is contained in:
Richard W.M. Jones
2016-03-17 10:04:25 +00:00
parent ed739e71f6
commit 23028cb30d

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
echo Starting /init script ...