Handle empty images.

This commit is contained in:
Jeffrey Townsend
2016-12-01 17:13:32 +00:00
parent 96cf925350
commit cbec27d710

View File

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