Display version

This commit is contained in:
Kroese 2023-04-16 21:16:41 +02:00 committed by GitHub
parent 2f06b1dfc8
commit 09e24e3f81

View file

@ -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