Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2018-05-25 14:32:42 +0300
committernachoparker <nacho@ownyourbits.com>2018-05-25 14:33:23 +0300
commit027a2a02bddfad3152d00de6b2134a9d8b21edbf (patch)
tree4706d26ae748a53ea399efd2bbe3b6d0f31927ce /etc
parent438e73d199ceacd4996a23d8a7e9b9aefd489b29 (diff)
nc-ramlogs: fix docker installation from latest upstream changesv0.56.10
Diffstat (limited to 'etc')
-rw-r--r--etc/ncp-config.d/nc-ramlogs.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/ncp-config.d/nc-ramlogs.sh b/etc/ncp-config.d/nc-ramlogs.sh
index 23c30431..62417751 100644
--- a/etc/ncp-config.d/nc-ramlogs.sh
+++ b/etc/ncp-config.d/nc-ramlogs.sh
@@ -26,6 +26,7 @@ install()
curl -Lo log2ram.tar.gz https://github.com/azlux/log2ram/archive/master.tar.gz
tar xf log2ram.tar.gz
cd log2ram-master
+ sed -i '/systemctl -q is-active log2ram/d' install.sh
sed -i '/systemctl enable log2ram/d' install.sh
chmod +x install.sh && sudo ./install.sh
cd ..