Fix extension script missing statement preventing for new installs

Fix extension script missing statement preventing for new installs.
This commit is contained in:
JRGTH
2025-09-13 12:11:30 -04:00
parent 746c591409
commit 8a98bc7f2b
3 changed files with 3 additions and 2 deletions

View File

@@ -89,7 +89,7 @@ ARG="${2}"
# Load bastille configuration file.
if [ -f "${BASTILLECONF}" ]; then
. /${BASTILLECONF}
else
elif [ -f "${BASTILLECONF}" ]; then
. /${INSTALLPATH}/${BASTILLECONF}
fi