Minor code changes/improvements

This commit is contained in:
JRGTH
2025-10-05 02:54:23 -04:00
parent 4b0745ce64
commit fcfe6b47b4
3 changed files with 4 additions and 3 deletions

View File

@@ -3,6 +3,7 @@
====================== ======================
Version Description Version Description
1.2.15......Minor code changes/improvements.
1.2.14......Make sure bastille-prefix ends with bastille. 1.2.14......Make sure bastille-prefix ends with bastille.
1.2.13... ..Fallback for custom bastille prefix name. 1.2.13... ..Fallback for custom bastille prefix name.
1.2.12......Minor code improvements, clean stale pkg files on error. 1.2.12......Minor code improvements, clean stale pkg files on error.

View File

@@ -1220,8 +1220,8 @@ post_upgrade()
if sysrc -f ${CWDIR}${EXTCONF} -qc EXTENSION_UPGRADED=1; then if sysrc -f ${CWDIR}${EXTCONF} -qc EXTENSION_UPGRADED=1; then
if [ -f "${CWDIR}/post_upgrade.sh" ]; then if [ -f "${CWDIR}/post_upgrade.sh" ]; then
echo "Executing post_upgrade.sh file..." echo "Executing post_upgrade.sh file..."
${CWDIR}/post_upgrade.sh chmod +x ${CWDIR}/post_upgrade.sh && ${CWDIR}/post_upgrade.sh
sleep 5 sleep 3
else else
echo "No post upgrade changes pending." echo "No post upgrade changes pending."
fi fi

View File

@@ -1 +1 @@
1.2.14 1.2.15