mirror of
https://github.com/RasppleII/a2server.git
synced 2025-01-03 02:31:22 +00:00
Dunno when I messed this up, but let's fix it
This commit is contained in:
parent
c7d64f692c
commit
33d1d058ba
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user