From d276a2f3f80d22836901b33b2e76a71cfe41c09f Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 29 Nov 2018 09:08:08 -0600 Subject: [PATCH] Update filewatcher-install.sh --- filewatcher-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filewatcher-install.sh b/filewatcher-install.sh index b39548f..a653a1d 100755 --- a/filewatcher-install.sh +++ b/filewatcher-install.sh @@ -24,7 +24,7 @@ echo -e "${CS[color,LightGreen]}Filewatcher Installation Script${CS[color,Defaul do_with_root $APTFUNC -y install inotify-tools do_with_root set -eu do_with_root mkdir /opt/filewatcher -do_with_root wget https://git.schroedercity.com/voltron/Misc-Scripts/raw/master/filewatcher.sh /opt/filewatcher/filewatcher.sh +do_with_root wget https://git.schroedercity.com/voltron/Misc-Scripts/raw/master/filewatcher.sh -o /opt/filewatcher/filewatcher.sh do_with_root chmod +x /opt/filewatcher/filewatcher.sh do_with_root ln -s /opt/filewatcher/filewatcher.sh /usr/local/bin/filewatcher