This commit is contained in:
6543 2019-09-11 03:34:11 +02:00
parent 4d8edb2c06
commit e8145289d2
Signed by: 6543
GPG Key ID: A1CA74D27FD13271
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@

md5="$1"
rootdir=""
[ -n "$2" ] && rootdir="$2/""
[ -n "$2" ] && rootdir="$2/"
[ -z "$md5" ] && md5=2cp.md5
[ -f "$md5" ] || { echo "ERROR: $md5 not found"; exit 255; }