mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-25 17:27:01 +00:00
Handle empty images.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user