$ problem

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

View File

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