diff --git a/hackingtool.py b/hackingtool.py index 921912f..b8248d4 100755 --- a/hackingtool.py +++ b/hackingtool.py @@ -74,7 +74,7 @@ class AllTools(HackingToolsCollection): if __name__ == "__main__": try: if system() == 'Linux': - fpath = "/home/hackingtoolpath.txt" + fpath = "~/hackingtoolpath.txt" if not os.path.exists(fpath): os.system('clear') # run.menu()