diff --git a/CHANGELOG b/CHANGELOG index cac0a66..2509bbb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,7 @@ ====================== Version Description +1.2.15......Minor code changes/improvements. 1.2.14......Make sure bastille-prefix ends with bastille. 1.2.13... ..Fallback for custom bastille prefix name. 1.2.12......Minor code improvements, clean stale pkg files on error. diff --git a/bastille-init b/bastille-init index f1ac1e2..e93f2e4 100755 --- a/bastille-init +++ b/bastille-init @@ -1220,8 +1220,8 @@ post_upgrade() if sysrc -f ${CWDIR}${EXTCONF} -qc EXTENSION_UPGRADED=1; then if [ -f "${CWDIR}/post_upgrade.sh" ]; then echo "Executing post_upgrade.sh file..." - ${CWDIR}/post_upgrade.sh - sleep 5 + chmod +x ${CWDIR}/post_upgrade.sh && ${CWDIR}/post_upgrade.sh + sleep 3 else echo "No post upgrade changes pending." fi diff --git a/version b/version index fd9d1a5..1fc5b82 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.2.14 +1.2.15