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/bin/ncp
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2019-08-24 04:53:30 +0300
committernachoparker <nacho@ownyourbits.com>2019-08-24 04:53:47 +0300
commitd17fe03fb9162d15cc80b84b02b0edbc353d237f (patch)
tree3f652c90e08d70221d08c4fe57fe477be9f11143 /bin/ncp
parent3a3b709fd91e56319e0dbc03d7e16f69db27314b (diff)
build: fix changed log2ram path
Signed-off-by: nachoparker <nacho@ownyourbits.com>
Diffstat (limited to 'bin/ncp')
-rw-r--r--bin/ncp/SYSTEM/nc-ramlogs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ncp/SYSTEM/nc-ramlogs.sh b/bin/ncp/SYSTEM/nc-ramlogs.sh
index 8c6f67e3..c53d92ac 100644
--- a/bin/ncp/SYSTEM/nc-ramlogs.sh
+++ b/bin/ncp/SYSTEM/nc-ramlogs.sh
@@ -27,7 +27,7 @@ install()
chmod +x install.sh && sudo ./install.sh
cd ..
rm -r log2ram-master log2ram.tar.gz
- rm /etc/cron.hourly/log2ram /usr/local/bin/uninstall-log2ram.sh
+ rm /etc/cron.daily/log2ram /usr/local/bin/uninstall-log2ram.sh
}
configure()