From 40faac4642071af8b62f02b3eb47ca117229200e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 18 Mar 2018 22:41:07 -0500 Subject: [PATCH] Update run.sh --- run.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/run.sh b/run.sh index 7c6503e..f8d4a79 100755 --- a/run.sh +++ b/run.sh @@ -7,7 +7,7 @@ echo "" if [ "`git log --pretty=%H ...refs/heads/master^ | head -n 1`" = "`git ls-remote origin -h refs/heads/master |cut -f1`" ]; then echo -e "\e[92m\e[1mUp to date\e[0m" sleep 1 - ./upscripts.sh $1 + ./linupx-scripts.sh $1 else echo -e "\e[93m\e[1mnot up to date\e[21m, updating now...\e[0m" sleep 1 @@ -15,9 +15,9 @@ echo "" echo "" echo -e "\e[92m\e[1mupdate completed\e[0m" sleep 1 - ./upscripts.sh $1 + ./linupx-scripts.sh $1 fi #else -# ./upscripts.sh $1 +# ./linupx-scripts.sh $1 #fi exit 0 \ No newline at end of file