Skip to content

Commit

Permalink
fix an issue with incorrect prio parameter in templates, replace „Prio
Browse files Browse the repository at this point in the history
{}“ by „Prio false“
  • Loading branch information
HMside authored and HMside committed Apr 20, 2017
1 parent ce7689b commit e2a2df3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions update_script
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ if [ -e ${WWW_DIR}/anleitung.pdf ]; then
rm -f ${WWW_DIR}/anleitung.pdf
fi

# Fix for issue with incorrect prio parameter in templates, replace brackets
if [ -d ${ADDON_DIR}/mails ]; then
sed -i 's/Prio {}/Prio false/g' ${ADDON_DIR}/mails/*.mail
fi

# add menu entry
touch /usr/local/etc/config/hm_addons.cfg
${ADDON_DIR}/update_addon email ${ADDON_DIR}/hm_email-addon.cfg
Expand Down

0 comments on commit e2a2df3

Please sign in to comment.