Use /bin/sh instead of /bin/bash so it can be used in boot2docker

This commit is contained in:
Alvaro Saurin
2015-08-17 14:50:29 +00:00
committed by Tom Wilkie
parent a2ec507a14
commit c34c80e368
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
set -eu