Skip to content

Commit

Permalink
Safer to keep the old config around instead of deleting
Browse files Browse the repository at this point in the history
  • Loading branch information
griffey committed Sep 2, 2012
1 parent 9dfee6d commit 7f3167a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions LibraryBox 1.5/alter_SSID.py
Expand Up @@ -16,6 +16,7 @@ def alter_SSID():
source.close()
destination.close()

rename('/etc/config/wireless', '/etc/config/wireless_old')
rename('/etc/config/wireless_new', '/etc/config/wireless')

if __name__=="__main__":
Expand Down

0 comments on commit 7f3167a

Please sign in to comment.