update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user