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