Unverified Commit 5fdff4b2 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Display version

parent dd2c4bee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#!/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