Update nodemgmt-scripts.sh
This commit is contained in:
@@ -1494,8 +1494,8 @@ GUI(){
|
|||||||
done
|
done
|
||||||
}
|
}
|
||||||
if [ ${action-x} ]; then
|
if [ ${action-x} ]; then
|
||||||
if [[ "${noheader}" != *" ${action} "* ]] && [[ "${noheader}" != *" ${2} "* ]] && [ "${2}" != "q" ] && [ "${2}" != "gitea" ]; then
|
if [[ "${noheader}" != *" ${action} "* ]] && [[ "${noheader}" != *" ${2} "* ]] && [ "${2}" != "q" ]; then
|
||||||
DISP_HEADER
|
#DISP_HEADER
|
||||||
fi
|
fi
|
||||||
case $action in
|
case $action in
|
||||||
newcert) NEWCERT ${2};;
|
newcert) NEWCERT ${2};;
|
||||||
|
|||||||
Reference in New Issue
Block a user