PASSENGER or NOT

This commit is contained in:
qo-op 2020-04-20 02:10:02 +02:00
parent f5f20b9a25
commit a144716afb
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ echo "
########################################################################"
# If PASSENGER file, then must provide METADATA!
[[ $METADATA == "" && PASSENGER != "" ]] && echo "FilePath + Zen4Read + Zen4Park + Metada !!! Please" && exit 1
[[ PASSENGER != "" ]] && [[ $METADATA == "" ]] && echo "PASSENGER needs METADATA !!! Please verify and correct..." && exit 1
[[ $READ == "" ]] && READ=1
[[ $PARK == "" ]] && PARK=10
##############################################