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