mirror of
https://github.com/JRGTH/xigmanas-bastille-extension.git
synced 2025-12-10 17:00:18 +01:00
Fix extension script missing statement preventing for new installs
Fix extension script missing statement preventing for new installs.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
======================
|
||||
Version Description
|
||||
|
||||
1.2.01......Fix extension script missing statement preventing for new installs.
|
||||
1.2.00......Re-add Linux jail feature, WebGUI fixes and overall improvements.
|
||||
1.1.53......Code changes, handle osrelease parameter update in bastille-init.
|
||||
1.1.52......Re-add Thin jail release change and code improvements.
|
||||
|
||||
@@ -89,7 +89,7 @@ ARG="${2}"
|
||||
# Load bastille configuration file.
|
||||
if [ -f "${BASTILLECONF}" ]; then
|
||||
. /${BASTILLECONF}
|
||||
else
|
||||
elif [ -f "${BASTILLECONF}" ]; then
|
||||
. /${INSTALLPATH}/${BASTILLECONF}
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user