mirror of
https://github.com/aclist/dztui.git
synced 2025-04-05 12:03:00 +02:00
Remove required workshop path check
This commit is contained in:
parent
cdc3e0e05f
commit
abb6b3f02b
1 changed files with 1 additions and 2 deletions
3
dzgui.sh
3
dzgui.sh
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -o pipefail
|
||||
version=2.0.2
|
||||
version=2.0.3
|
||||
aid=221100
|
||||
game="dayz"
|
||||
workshop="https://steamcommunity.com/sharedfiles/filedetails/?id="
|
||||
|
@ -153,7 +153,6 @@ err(){
|
|||
varcheck(){
|
||||
[[ -z $api_key ]] && (err "Error in key: 'api_key'")
|
||||
[[ -z $whitelist ]] && (err "Error in key: 'whitelist'")
|
||||
[[ ! -d $workshop_dir ]] && (err "Malformed workshop path")
|
||||
[[ ! -d $game_dir ]] && (err "Malformed game path")
|
||||
[[ $whitelist =~ [[:space:]] ]] && (err "Separate whitelist values with commas")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue