diff --git a/SocialFish.py b/SocialFish.py index b0c2806..96359d3 100644 --- a/SocialFish.py +++ b/SocialFish.py @@ -368,10 +368,6 @@ if __name__ == "__main__": waitCreds() except KeyboardInterrupt: - if didBackground: - logFile.close() - system('pkill -f ssh') - system('pkill -f php') - system('pkill -f ngrok') end() exit(0) +