From 8fc5f8a6563555ecb383b5309965c471831feb03 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 18 Mar 2018 22:15:34 -0500 Subject: [PATCH] Update run.sh --- run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run.sh b/run.sh index b7ddd1c..3f055b6 100644 --- a/run.sh +++ b/run.sh @@ -1,7 +1,7 @@ #!/bin/bash # UbUpdate - Ubuntu Update Scripts Loader -cd /opt/LinUPx +cd /opt/ubuntu-upscripts echo "" #if [ -z "$1" ]; then if [ "`git log --pretty=%H ...refs/heads/master^ | head -n 1`" = "`git ls-remote origin -h refs/heads/master |cut -f1`" ]; then @@ -20,4 +20,4 @@ echo "" #else # ./upscripts.sh $1 #fi -exit 0 +exit 0 \ No newline at end of file