Commit 25c936dc authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Boot image

parent 14857b6d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ KERNEL=$(uname -r | cut -b 1)
[ ! -d "$STORAGE" ] && echo "Storage folder (${STORAGE}) not found!" && exit 69
[ ! -f "/run/run.sh" ] && echo "Script must run inside Docker container!" && exit 60

if [ -f "$STORAGE/boot.img" ]; then
if [ ! -f "$STORAGE/boot.img" ]; then
  . /run/install.sh
fi