Skip to content

Commit

Permalink
Added some spacing on console output.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasbur committed Jan 20, 2019
1 parent 5e03dfa commit 2263753
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions uninstall.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
os.system('sed -i \'s/# RaspiWiFi Startup//\' /etc/crontab')
os.system('sed -i \'s/@reboot root run-parts \/etc\/cron.raspiwifi\///\' /etc/crontab')

print()
print()
reboot_answer = input('Uninstallation is complete. Would you like to reboot the system now?')

if(reboot_answer.lower() == "y"):
Expand Down

0 comments on commit 2263753

Please sign in to comment.