From 7f3167a59238b3db06ba7b47e8ed783cc172cfba Mon Sep 17 00:00:00 2001 From: Griffey Date: Sat, 1 Sep 2012 22:45:27 -0500 Subject: [PATCH] Safer to keep the old config around instead of deleting --- LibraryBox 1.5/alter_SSID.py | 1 + 1 file changed, 1 insertion(+) diff --git a/LibraryBox 1.5/alter_SSID.py b/LibraryBox 1.5/alter_SSID.py index 37155d7..0e8e79d 100755 --- a/LibraryBox 1.5/alter_SSID.py +++ b/LibraryBox 1.5/alter_SSID.py @@ -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__":