Skip to content

Commit

Permalink
Removed debug echo line.
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanSelen committed Nov 29, 2024
1 parent ba171b6 commit eb926ba
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ntos/credcon/credcon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,17 +104,16 @@ main() {
# This is done to kill the loading bar process, because it will be followed-up by the "login_failed" dialogue.
pkill -f yad

# The follow-up.
# The follow-up. In the meanwhile the loading bar keeps counting, this is expected because it does not get killed yet...
show_connection_failure

# Kill the bash process, this stops the background counting of the loading bar. While exiting gracefully!
pkill -f bash &

echo "test"
# Gracefully exit.
exit 0
fi
}

# Call main function
main
main

0 comments on commit eb926ba

Please sign in to comment.