aboutsummaryrefslogtreecommitdiffstats
path: root/nextcloud_users
diff options
context:
space:
mode:
Diffstat (limited to 'nextcloud_users')
-rwxr-xr-xnextcloud_users1
1 files changed, 0 insertions, 1 deletions
diff --git a/nextcloud_users b/nextcloud_users
index 77dbd5f..350f14e 100755
--- a/nextcloud_users
+++ b/nextcloud_users
@@ -89,7 +89,6 @@ class NextcloudUsers:
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':