Stopped Automatic Killing After One attack

This commit is contained in:
AnonUD4Y 2018-10-18 11:28:22 +05:30 committed by GitHub
parent be9c14a9b6
commit 7d544c79a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -368,10 +368,6 @@ if __name__ == "__main__":
waitCreds() waitCreds()
except KeyboardInterrupt: except KeyboardInterrupt:
if didBackground:
logFile.close()
system('pkill -f ssh')
system('pkill -f php')
system('pkill -f ngrok')
end() end()
exit(0) exit(0)