Dunno when I messed this up, but let's fix it

This commit is contained in:
T. Joseph Carter 2018-04-12 00:00:37 -07:00
parent c7d64f692c
commit 33d1d058ba

View File

@ -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