Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rewrite apps #116

Open
wants to merge 91 commits into
base: develop
Choose a base branch
from
Open

rewrite apps #116

wants to merge 91 commits into from

Conversation

dallaswinger
Copy link

When the user closes the terminal emulator window without breaking the script with ctrl-c we need to clean up still.

printf "\nStopping Services...\n"
service bluetooth stop
}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the cleanup should probably stop dbus too

@@ -96,6 +97,10 @@ f_gps_toggle(){
esac
}

f_hangup(){
pkill airodump-ng
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whitespace.

confirm airodump-ng writes it's logs on SIGTERM

@@ -4,6 +4,11 @@
PS1=${PS1//@\\h/@bluelog}
clear

#cleanup running processes
f_hangup(){
pkill -f 'bluelog -vtnc -i hci0'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

indent plz

@ZeroChaos-
Copy link
Contributor

fix the minor notes and I'll read all these files (instead of just the diffs) and ACK this. looks good at a glance though.

@dallaswinger
Copy link
Author

@ZeroChaos- on it thank you sir

@dallaswinger dallaswinger changed the title Handle sighup rewrite apps Jul 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants