fix: exit 0 with "now" option
parent
81b97cb944
commit
d8877f4204
|
@ -158,7 +158,7 @@ clear # Clear output
|
|||
if [ -n "$1" ] && [ "$1" == 'now' ]; then
|
||||
clearLogs
|
||||
clearHistory
|
||||
exitTool
|
||||
exit 0
|
||||
fi
|
||||
|
||||
menu
|
||||
|
|
Loading…
Reference in New Issue