From: Steven Baltakatei Sandoval Date: Fri, 27 May 2022 20:13:47 +0000 (+0000) Subject: fix(user/bkots):Exit code 0 if script finishes X-Git-Tag: 0.5.1~15 X-Git-Url: https://zdv2.bktei.com/gitweb/BK-2020-03.git/commitdiff_plain/3904c727458b58dad9b18e5617f3820ae49e5089 fix(user/bkots):Exit code 0 if script finishes --- diff --git a/user/bkots b/user/bkots index 12cde77..5ffa4f4 100755 --- a/user/bkots +++ b/user/bkots @@ -200,7 +200,7 @@ showVersion() { vbm "DEBUG:showVersion function called." cat <<'EOF' -bkots 1.0.1 +bkots 1.0.2 Copyright (C) 2022 Steven Baltakatei Sandoval License GPLv3: GNU GPL version 3 This is free software; you are free to change and redistribute it. @@ -722,3 +722,4 @@ main() { # Run program main "$@"; +exit 0;