trying to fix infinite loop of do_actions.sh by removing INCROND file

This commit is contained in:
Benjamin Sonntag 2015-11-16 08:49:52 +01:00
parent 4ea198a6fb
commit 0f456d247b
2 changed files with 3 additions and 1 deletions

View File

@ -11,4 +11,5 @@ if [ -e "$INOTIFY_DO_ACTION" ] ; then
$LOGGER -t ALTERNC do_actions
fi
/usr/lib/alternc/do_actions.php
rm "$INOTIFY_DO_ACTION"
fi

View File

@ -8,7 +8,8 @@ LOGGER="/usr/bin/logger"
if [ -e "$INOTIFY_UPDATE_DOMAIN" ] ; then
if [ -x "$LOGGER" ] ; then
$LOGGER -t ALTERNC Panel manual launch update_domain
$LOGGER -t "ALTERNC Panel manual launch update_domain"
fi
/usr/lib/alternc/update_domains.sh
rm "$INOTIFY_UPDATE_DOMAIN"
fi