Use /bin/sh instead of /bin/bash (for execution under the loader).

This commit is contained in:
Jeffrey Townsend
2016-12-13 21:31:41 +00:00
parent cd36ff8afd
commit aada217a4c

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
############################################################
onlfs mount images --rw
(cd /mnt/onl/images && rm -f *.swi && wget $1)