aboutsummaryrefslogtreecommitdiffstats
path: root/nextcloud_apps
diff options
context:
space:
mode:
Diffstat (limited to 'nextcloud_apps')
-rwxr-xr-xnextcloud_apps1
1 files changed, 0 insertions, 1 deletions
diff --git a/nextcloud_apps b/nextcloud_apps
index 14427f8..e7ec543 100755
--- a/nextcloud_apps
+++ b/nextcloud_apps
@@ -83,7 +83,6 @@ class NextcloudApps:
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':