mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
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:
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
echo Starting /init script ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user