This commit is contained in:
2019-03-03 10:35:27 -06:00
parent da68eff111
commit 4a6caedab9
2 changed files with 2 additions and 2 deletions

View File

@@ -1452,7 +1452,7 @@ GUI(){
done
}
if [ ${action-x} ]; then
if [[ "${noheader}" != *" ${action} "* ]] && [[ "${noheader}" != *" ${2} "* ]]; then
if [[ "${noheader}" != *" ${action} "* ]] && [[ "${noheader}" != *" ${2} "* ]] && [ "${2}" != "q" ]; then
DISP_HEADER
fi
case $action in