This commit is contained in:
fred 2022-12-28 23:32:35 +01:00
parent c7a83d6c07
commit f01591411b
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ echo "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%"
## GET VoeuTitle LIST ## GET VoeuTitle LIST
while read WISH while read WISH
do do
[[ ${WISH} = "" ]] && continue [[ ${WISH} == "" || ${WISH} == "null" ]] && continue
echo "===============================" echo "==============================="
echo "G1Voeu ${WISH}" echo "G1Voeu ${WISH}"
## Get ${WISHNAME} TW ## Get ${WISHNAME} TW