From ae2224a2ceed26b11e0fe7addb1173c8d7d8060a Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Mon, 30 May 2016 22:38:28 +0200 Subject: [PATCH] remove upstart path / add systemd path --- installer/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/install.sh b/installer/install.sh index d24fedce..3aef962d 100755 --- a/installer/install.sh +++ b/installer/install.sh @@ -307,7 +307,7 @@ chmod 644 /root/tpot/etc/issue chmod 755 /root/tpot/etc/rc.local chmod 700 /root/tpot/home/* chown tsec:tsec /root/tpot/home/* -chmod 644 /root/tpot/data/upstart/* +chmod 644 /root/tpot/data/systemd/* # Let's copy some files tar xvfz /root/tpot/data/elkbase.tgz -C /