From bbaebcf06bde5e42dabe7b43aba7eb9ec0c7941c Mon Sep 17 00:00:00 2001 From: Sailing74 Date: Tue, 2 Aug 2016 20:30:51 +0200 Subject: [PATCH] Update install.sh --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 5f55c87..ed5b71d 100644 --- a/install.sh +++ b/install.sh @@ -3,7 +3,8 @@ if [ `id -u` -eq 0 ] then cp log2ram.service /etc/systemd/system/log2ram.service - cp log2ram /usr/local/bin/log2ram + chmod 644 /etc/systemd/system/log2ram.server + cp log2ram /usr/local/bin/log2ram chmod a+x /usr/local/bin/log2ram systemctl enable log2ram