mirror of
https://github.com/StevenBlack/hosts.git
synced 2026-07-01 02:36:52 +00:00
Print out copy locations on success.
Now it's easy to copy/paste where the host file needs to go.
This commit is contained in:
@@ -37,6 +37,7 @@ def main():
|
||||
finalFile = removeDups(mergeFile)
|
||||
finalizeFile(finalFile)
|
||||
printSuccess('Success! Your shiny new hosts file has been prepared.')
|
||||
print 'Copy the generated file to /etc/hosts or %SystemRoot%\system32\drivers\etc\hosts'
|
||||
|
||||
# Prompt the User
|
||||
def promptForUpdate():
|
||||
@@ -252,4 +253,4 @@ def printFailure(text):
|
||||
# End Helper Functions
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user