This commit is contained in:
2023-10-09 16:50:26 -05:00
parent 07c4436855
commit 77cdb9857e
2 changed files with 2 additions and 2 deletions

View File

@@ -840,7 +840,7 @@ GUI(){
done
}
# if [ ${action-x} ]; then
if [[ "${noheader}" != *" ${1} "* ]] && [[ "${noheader}" != *" ${2} "* ]] && [ "${2}" != "q" ] && [ "${3}" != "q" ] && [ "${1}" != "gui" ] && [ "${1}" != "nightlyrenew" ] && [ "${1}" != "update" ]; then
if [[ "${noheader}" != *" ${1} "* ]] && [[ "${noheader}" != *" ${2} "* ]] && [[ "${noheader}" != *" ${3} "* ]] && [ "${2}" != "q" ] && [ "${3}" != "q" ]; then
DISP_HEADER
fi
case $action in