mirror of
https://github.com/cytopia/devilbox.git
synced 2025-01-29 15:44:04 +00:00
DVL-008 Fix argument order
This commit is contained in:
parent
c55c440352
commit
045b0d4801
@ -25,8 +25,8 @@ fi
|
||||
DVL_PATH="$( echo "${1}"| sed 's/\/*$//' )" # remove last slash(es): /
|
||||
DVL_SRV1="${2}" # Server 1
|
||||
DVL_VER1="${3}" # Version 1
|
||||
DVL_SRV2="${2}" # Server 2
|
||||
DVL_VER2="${3}" # Version 2
|
||||
DVL_SRV2="${4}" # Server 2
|
||||
DVL_VER2="${5}" # Version 2
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user