Commit 0e0f1064 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Display version

parent 579ca0b6
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