Corrected how 'baseDir' is to be determined

This commit is contained in:
2026-01-01 12:44:28 -05:00
parent 1e378f8fe1
commit e3428baed2

View File

@@ -15,4 +15,4 @@ The purpose of this branch is to modularize as many functions of the scripts as
[X] Point any distro-specific commands/tasks that are shared with Debian to use `debian.sh` to avoid any unnecessary duplication [X] Point any distro-specific commands/tasks that are shared with Debian to use `debian.sh` to avoid any unnecessary duplication
[ ] Rewrite `README.md` [ ] Rewrite `README.md`
[X] Rename all script-specific variables to lowercase with singular capital letters to seperate words in variable name [X] Rename all script-specific variables to lowercase with singular capital letters to seperate words in variable name
[X] Update how `baseDir` is set using `realpath $(basedir "${0}")` [X] Update how `baseDir` is set using `realpath $(dirname "${0}")`