Changeset 3048
- Timestamp:
- 23/11/07 15:41:41 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/python/ndg-security-install.py
r3047 r3048 327 327 "Copying configuration directory: %s" % e 328 328 329 # Create a symbolic link to the conf.<version> dir - first check the 330 # link doesn't already exist 331 if os.path.islink(self.opt.configDir): 332 os.unlink(self.opt.configDir) 333 329 334 try: 330 335 os.symlink(configDirVers, self.opt.configDir)
Note: See TracChangeset
for help on using the changeset viewer.