fix: exit 0 with "now" option

pull/4/head
Raphael 2019-05-31 17:25:24 +02:00 committed by GitHub
parent 81b97cb944
commit d8877f4204
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ clear # Clear output
if [ -n "$1" ] && [ "$1" == 'now' ]; then
clearLogs
clearHistory
exitTool
exit 0
fi
menu