Commit cf785198 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

fix: Skip if bootdisk present

parent 356acc6c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
#!/usr/bin/env bash
set -Eeuo pipefail

[ -f "$STORAGE/boot.img" ] && return 0

TMP="/boot.img"
rm -f "$TMP"