This commit is contained in:
2019-02-07 17:29:48 -06:00
parent 99307243d9
commit 9a296a5f15
2 changed files with 2 additions and 2 deletions

View File

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