From 48980b2de2351c72a3287b73b1b0a98ca4c639fc Mon Sep 17 00:00:00 2001 From: azlux Date: Mon, 18 Apr 2016 14:12:30 +0200 Subject: [PATCH] I miss all chmod --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 6bd22a2..5c4366c 100644 --- a/install.sh +++ b/install.sh @@ -3,7 +3,9 @@ if [ `id -u` -eq 0 ] then cp log2ram.service /etc/systemd/system/log2ram.service + chmod a+x /etc/systemd/system/log2ram.service cp log2ram /usr/local/bin/log2ram + chmod a+x /usr/local/bin/log2ram systemctl enable log2ram echo "Reboot to activate log2ram"