summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Dennis <jdennis@redhat.com>2015-01-22 15:39:04 -0500
committerJohn Dennis <jdennis@redhat.com>2015-01-22 15:39:04 -0500
commit9b2f43f83f2cfdea5a159f1f6224739391157810 (patch)
treef1644187283cea03a25ebda627f1cac541cb7107
parent9f8b66c72a015050f20a5d789a5f997b0f4ce925 (diff)
downloadipsilon-tweaks.tar.gz
ipsilon-tweaks.tar.xz
ipsilon-tweaks.zip
fix typo in backup nametweaks
-rwxr-xr-xipsilon/install/ipsilon-server-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipsilon/install/ipsilon-server-install b/ipsilon/install/ipsilon-server-install
index 8728490..67513a0 100755
--- a/ipsilon/install/ipsilon-server-install
+++ b/ipsilon/install/ipsilon-server-install
@@ -97,7 +97,7 @@ def install(plugins, args):
args['wellknown_dir'] = os.path.join(args['public_data_dir'],
'well-known')
if os.path.exists(ipsilon_conf):
- shutil.move(ipsilon_conf, '%s.bakcup.%s' % (ipsilon_conf, now))
+ shutil.move(ipsilon_conf, '%s.backup.%s' % (ipsilon_conf, now))
if os.path.exists(idp_conf):
shutil.move(idp_conf, '%s.backup.%s' % (idp_conf, now))
if not os.path.exists(instance_conf):