From 33d1d058ba4c2385425377426ff65d7a0a00bd6f Mon Sep 17 00:00:00 2001 From: "T. Joseph Carter" Date: Thu, 12 Apr 2018 00:00:37 -0700 Subject: [PATCH] Dunno when I messed this up, but let's fix it --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index b863964..35a8f2a 100755 --- a/install.sh +++ b/install.sh @@ -12,7 +12,8 @@ a2serverVersion="1.9.0" a2sScriptURL="https://raw.githubusercontent.com/RasppleII/a2server/master" # Find the path of our source directory -a2sSource="$( dirname "${BASH_SOURCE[0]}" )/.." +a2sSource="$( dirname "${BASH_SOURCE[0]}" )" +echo $a2source pushd $a2sSource >/dev/null a2sSource="$PWD" popd >/dev/null