From 591e66ae7c514065a18e5e5590b8393c85235754 Mon Sep 17 00:00:00 2001 From: Orsiris de Jong Date: Wed, 22 Jul 2015 17:14:52 +0200 Subject: [PATCH] Fixed path in install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index f1ed046..170e302 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -SCRIPT_BUILD=2015070201 +SCRIPT_BUILD=2015072201 ## Osync daemon install script ## Tested on RHEL / CentOS 6 & 7 @@ -23,6 +23,6 @@ chmod 755 /usr/local/bin/osync.sh chmod 755 /usr/local/bin/osync-batch.sh chmod 755 /usr/local/bin/ssh_filter.sh chown root:root /usr/local/bin/ssh_filter.sh -chmod 755 /usr/local/bin/osync-srv +chmod 755 /etc/init.d/osync-srv