Update run.sh
This commit is contained in:
parent
50a89476c3
commit
6a9fd9da27
1 changed files with 1 additions and 1 deletions
2
run.sh
2
run.sh
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue