Skip to content

Commit d8877f4

Browse files
authored
fix: exit 0 with "now" option
1 parent 81b97cb commit d8877f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

covermyass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ clear # Clear output
158158
if [ -n "$1" ] && [ "$1" == 'now' ]; then
159159
clearLogs
160160
clearHistory
161-
exitTool
161+
exit 0
162162
fi
163163

164164
menu

0 commit comments

Comments
 (0)