From 468d5b3628bc2881c2395a84bd7cd63f92128fb4 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 29 Nov 2018 09:13:38 -0600 Subject: [PATCH] Update filewatcher-install.sh --- filewatcher-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/filewatcher-install.sh b/filewatcher-install.sh index 86a356a..589d85f 100755 --- a/filewatcher-install.sh +++ b/filewatcher-install.sh @@ -24,7 +24,8 @@ 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 -o /opt/filewatcher/filewatcher.sh +cd /opt/filewatcher +do_with_root wget https://git.schroedercity.com/voltron/Misc-Scripts/raw/master/filewatcher.sh do_with_root chmod +x /opt/filewatcher/filewatcher.sh do_with_root ln -s /opt/filewatcher/filewatcher.sh /usr/local/bin/filewatcher