From 34e4812369da8fbad6b67b62edf5610f0c6b493b Mon Sep 17 00:00:00 2001 From: azlux Date: Mon, 30 Apr 2018 23:29:16 +0200 Subject: [PATCH] for #47 --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index e250d9c..5dc926b 100644 --- a/install.sh +++ b/install.sh @@ -5,6 +5,7 @@ systemctl -q is-active log2ram && { echo "ERROR: log2ram service is still runni if [ "$(id -u)" -eq 0 ] then + [ -d /usr/local/bin/ ] || mkdir /usr/local/bin/ cp log2ram.service /etc/systemd/system/log2ram.service chmod 644 /etc/systemd/system/log2ram.service cp log2ram /usr/local/bin/log2ram