diff --git a/hackingtool.py b/hackingtool.py index 921912f776b4021ddcbda8f8b42f17650eb5441f..b8248d4335e45239f9a8d6df486badfd99d60226 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()