This commit is contained in:
2023-11-25 14:10:04 -06:00
parent 2e1edfe8a0
commit 5b1133a18e
3 changed files with 10 additions and 10 deletions

View File

@@ -739,7 +739,7 @@ It was down for $(SHOW_TIME ${toterrtime})"
########################
if [ "${ST_ACTION}" != "check" ]; then
echo
if [ -z $action ] || [ "${action}" = "gui" ]; then
if [ -z ${ACTION} ] || [ "${ACTION}" = "gui" ]; then
DIVIDER true
ENTER2CONTINUE
fi