summaryrefslogtreecommitdiff
path: root/media-video/unifi-video/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-11-10 13:21:36 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-11-10 13:21:36 +0000
commit77398e424e45d9e98c1cef3c43bdadb9d56e81ef (patch)
tree5aeffd3fc7b92fc615bd2c222fa8831aeda1925b /media-video/unifi-video/files
parentbd4aeefe33e63f613512604e47bfca7b2187697d (diff)
gentoo resync : 10.11.2019
Diffstat (limited to 'media-video/unifi-video/files')
-rw-r--r--media-video/unifi-video/files/mongod-wrapper3
1 files changed, 0 insertions, 3 deletions
diff --git a/media-video/unifi-video/files/mongod-wrapper b/media-video/unifi-video/files/mongod-wrapper
deleted file mode 100644
index f2eb2a437520..000000000000
--- a/media-video/unifi-video/files/mongod-wrapper
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-cleaned_args=$(echo $* | sed -e 's/--nohttpinterface//')
-/usr/bin/mongod ${cleaned_args}