diff --git a/run/run.sh b/run/run.sh index 2708d29..972c20c 100755 --- a/run/run.sh +++ b/run/run.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -eu -echo "Starting QEMU..." +echo "Starting QEMU for Docker v${VERSION}..." STORAGE="/storage" [ ! -d "$STORAGE" ] && echo "Storage folder (${STORAGE}) not found!" && exit 69