Loading run/run.sh +5 −0 Original line number Diff line number Diff line #!/usr/bin/env bash set -eu # Docker environment vars : ${URL:=''}. # URL of PAT file : ${ALLOCATE:='Y'} # Preallocate diskspace echo "Starting Virtual DSM for Docker v${VERSION}..." STORAGE="/storage" Loading Loading
run/run.sh +5 −0 Original line number Diff line number Diff line #!/usr/bin/env bash set -eu # Docker environment vars : ${URL:=''}. # URL of PAT file : ${ALLOCATE:='Y'} # Preallocate diskspace echo "Starting Virtual DSM for Docker v${VERSION}..." STORAGE="/storage" Loading