diff --git a/WAPT/control b/WAPT/control index 309d916..79c52de 100644 --- a/WAPT/control +++ b/WAPT/control @@ -1,5 +1,5 @@ package : fws-backuppc-agent -version : 1.3.4-19 +version : 1.3.4-20 architecture : all section : base priority : optional diff --git a/setup.py b/setup.py index c705aa6..c01c246 100644 --- a/setup.py +++ b/setup.py @@ -75,7 +75,7 @@ def install(): print('Deploying ssh keys through a scheduled task') run(r'schtasks /Create /SC ONCE /TN "deploy_backup_ssh_keys" /TR "%s\deploy_keys.bat" /ST "%s" /RU lbkp /RP %s /F /V1 /Z' % (install_dir, time.strftime('%H:%M:%S',time.localtime(time.time() + 120)), variables['backup_pass'])) run_task('deploy_backup_ssh_keys') - delete_task('deploy_backup_ssh_keys') + #delete_task('deploy_backup_ssh_keys') def uninstall():