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
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
parent3a3b709fd91e56319e0dbc03d7e16f69db27314b (diff)
build: fix changed log2ram path
Signed-off-by: nachoparker <nacho@ownyourbits.com>
-rw-r--r--bin/ncp/SYSTEM/nc-ramlogs.sh2
-rwxr-xr-xupdate.sh3
2 files changed, 2 insertions, 3 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()
diff --git a/update.sh b/update.sh
index 18c49871..ba410a1d 100755
--- a/update.sh
+++ b/update.sh
@@ -184,8 +184,7 @@ new_cfg=/usr/local/etc/ncp-recommended.cfg
echo -e "${msg}"
EOF
chmod +x /etc/update-motd.d/30ncp-dist-upgrade
-}
-
+}
exit 0