diff --git a/etc/ncp-config.d/nc-ramlogs.sh b/etc/ncp-config.d/nc-ramlogs.sh index 351990514..5e01d1582 100644 --- a/etc/ncp-config.d/nc-ramlogs.sh +++ b/etc/ncp-config.d/nc-ramlogs.sh @@ -22,6 +22,7 @@ is_active() install() { [[ -d /var/log.hdd ]] || [[ -d /var/hdd.log ]] && { echo "log2ram detected, not installing"; return; } + cd /tmp curl -Lo log2ram.tar.gz https://github.com/azlux/log2ram/archive/master.tar.gz tar xf log2ram.tar.gz cd log2ram-master diff --git a/lamp.sh b/lamp.sh index d384cc6ae..211271f9c 100644 --- a/lamp.sh +++ b/lamp.sh @@ -143,7 +143,8 @@ EOF sleep 0.5 done - mysql_secure_installation <