Display version

This commit is contained in:
Kroese 2023-04-16 21:22:43 +02:00 committed by GitHub
parent 579ca0b601
commit 0e0f106493

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -eu
echo "Starting Virtual DSM..."
echo "Starting Virtual DSM for Docker v${VERSION}..."
STORAGE="/storage"
[ ! -d "$STORAGE" ] && echo "Storage folder (${STORAGE}) not found!" && exit 69