mirror of
https://github.com/JRGTH/xigmanas-bastille-extension.git
synced 2025-12-11 17:31:09 +01:00
Fix for missing variable, thanks to tga
Fix for missing variable affecting embedded platforms, thanks to @tga.
This commit is contained in:
@@ -89,7 +89,7 @@ ARG="${2}"
|
||||
# Load bastille configuration file.
|
||||
if [ -f "${BASTILLECONF}" ]; then
|
||||
. /${BASTILLECONF}
|
||||
elif [ -f "${BASTILLECONF}" ]; then
|
||||
elif [ -f "${INSTALLPATH}/${BASTILLECONF}" ]; then
|
||||
. /${INSTALLPATH}/${BASTILLECONF}
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user