diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/sosreport | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sosreport b/src/sosreport index 43e18e73..a75397b3 100755 --- a/src/sosreport +++ b/src/sosreport @@ -850,8 +850,8 @@ No changes will be made to your system. policy.cleanDstroot() # let's encrypt the tar-ball - if __cmdLineOpts__.encrypt: - policy.encryptResults() + #if __cmdLineOpts__.encrypt: + # policy.encryptResults() # automated submission will go here if not __cmdLineOpts__.upload: |