Fix bash base directory jump.

This commit is contained in:
Buster "Silver Eagle" Neece 2022-02-05 05:59:40 -06:00
parent 787020593d
commit acd9b5842f
No known key found for this signature in database
GPG Key ID: 9FC8B9E008872109
1 changed files with 1 additions and 1 deletions

View File

@ -805,6 +805,6 @@ change-ports() {
}
# Ensure we're in the same directory as this script.
cd "${BASH_SOURCE%/*}/" || exit
cd "$( dirname "${BASH_SOURCE[0]}" )" || exit
"$@"