Update run.sh

This commit is contained in:
Kroese 2023-04-12 00:50:26 +02:00 committed by GitHub
parent 50a89476c3
commit 6a9fd9da27

2
run.sh
View file

@ -4,7 +4,7 @@ set -eu
if /run/install.sh; then if /run/install.sh; then
echo "Starting QEMU..." echo "Starting QEMU..."
else else
echo "Installation failed (code $?)" && exit 81 echo "Failed to start (code $?)" && exit 81
fi fi
source /run/disk.sh source /run/disk.sh