diff options
Diffstat (limited to 'nextcloud_shares')
-rwxr-xr-x | nextcloud_shares | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nextcloud_shares b/nextcloud_shares index 98aaccf..dc56fba 100755 --- a/nextcloud_shares +++ b/nextcloud_shares @@ -103,7 +103,6 @@ class NextcloudShares: if sys.argv[1] == "config": # for key in config().keys() print every entry in dict [print('\n'.join(self.config()[key])) for key in self.config().keys()] - # MUNIN_CAP_DIRTYCONFIG capability if os.environ.get('MUNIN_CAP_DIRTYCONFIG') == '1': self.run() elif sys.argv[1] == 'autoconf': |