From 25c936dc48fcecf28d3df671c0ceae78b40b1ebe Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 27 Apr 2023 21:33:07 +0200 Subject: [PATCH] Boot image --- run/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/run.sh b/run/run.sh index ca44bbc..ca81c18 100755 --- a/run/run.sh +++ b/run/run.sh @@ -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