fix: Skip if bootdisk present
This commit is contained in:
parent
356acc6c21
commit
cf78519849
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
set -Eeuo pipefail
|
||||
|
||||
[ -f "$STORAGE/boot.img" ] && return 0
|
||||
|
||||
TMP="/boot.img"
|
||||
rm -f "$TMP"
|
||||
|
||||
|
|
Loading…
Reference in a new issue