mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-11-23 18:33:41 +08:00
Shellchecks
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
set -eu
|
||||
|
||||
IMG="/storage"
|
||||
BASE=$(basename $URL .pat)
|
||||
BASE=$(basename "$URL" .pat)
|
||||
|
||||
[ ! -f "/run/server.sh" ] && echo "Script must run inside Docker container!" && exit 60
|
||||
|
||||
|
||||
Reference in New Issue
Block a user