From 2e334bd106926fc696b9170bfc5aca794b2ee385 Mon Sep 17 00:00:00 2001 From: Dessa Xaviera Date: Thu, 7 Dec 2023 17:44:27 -0700 Subject: [PATCH] oops --- docker/startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/startup.sh b/docker/startup.sh index 19f5b60..89af43a 100755 --- a/docker/startup.sh +++ b/docker/startup.sh @@ -29,7 +29,7 @@ coredns "$COREDNS_QUIET" -conf /Corefile & echo "Configuring simh..." # Allow overriding boot.ini.template -[ -f /mnt/boot.ini.template ] && cp -f /mnt/boot.ini.template /mnt/boot.ini.template +[ -f /mnt/boot.ini.template ] && cp -f /mnt/boot.ini.template /boot.ini.template sed -e "s//${DISK_FILENAME}/" \ -e "s//${EXIT_CMD}/" /boot.ini.template > /boot.ini