aboutsummaryrefslogtreecommitdiffstats
path: root/nextcloud_shares
diff options
context:
space:
mode:
Diffstat (limited to 'nextcloud_shares')
-rwxr-xr-xnextcloud_shares1
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':