mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-06-09 09:57:32 +08:00
fix: Default version
This commit is contained in:
parent
2c3ff91ec1
commit
0ce2474858
@ -5,7 +5,7 @@ set -Eeuo pipefail
|
||||
|
||||
if [ -f "$STORAGE/dsm.ver" ]; then
|
||||
BASE=$(<"$STORAGE/dsm.ver")
|
||||
[ -z "$BASE" ] && BASE="DSM_VirtualDSM_72806"
|
||||
[ -z "$BASE" ] && BASE="DSM_VirtualDSM_69057"
|
||||
else
|
||||
# Fallback for old installs
|
||||
BASE="DSM_VirtualDSM_42962"
|
||||
|
Loading…
x
Reference in New Issue
Block a user