mirror of
https://github.com/JRGTH/xigmanas-bastille-extension.git
synced 2025-12-10 17:00:18 +01:00
Fix for missing variable, thanks to tga
Fix for missing variable affecting embedded platforms, thanks to @tga.
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
======================
|
======================
|
||||||
Version Description
|
Version Description
|
||||||
|
|
||||||
|
1.2.04......Fix for missing variable affecting embedded platforms, thanks to tga.
|
||||||
1.2.03......Added post upgrade function for convenience, cleanup obsolete code.
|
1.2.03......Added post upgrade function for convenience, cleanup obsolete code.
|
||||||
1.2.02......Always execute extension script after upgrade from WebGUI, code changes.
|
1.2.02......Always execute extension script after upgrade from WebGUI, code changes.
|
||||||
1.2.01......Fix extension script missing statement preventing for new installs.
|
1.2.01......Fix extension script missing statement preventing for new installs.
|
||||||
|
|||||||
@@ -89,7 +89,7 @@ ARG="${2}"
|
|||||||
# Load bastille configuration file.
|
# Load bastille configuration file.
|
||||||
if [ -f "${BASTILLECONF}" ]; then
|
if [ -f "${BASTILLECONF}" ]; then
|
||||||
. /${BASTILLECONF}
|
. /${BASTILLECONF}
|
||||||
elif [ -f "${BASTILLECONF}" ]; then
|
elif [ -f "${INSTALLPATH}/${BASTILLECONF}" ]; then
|
||||||
. /${INSTALLPATH}/${BASTILLECONF}
|
. /${INSTALLPATH}/${BASTILLECONF}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user