AlternC/src/inotify_update_domains.sh

11 lines
259 B
Bash
Raw Normal View History

2013-01-29 08:00:19 +00:00
#!/bin/bash
# Launch update_domains.sh if $INOTIFY_UPDATE_DOMAIN exist
. /etc/alternc/local.sh
2013-01-30 15:27:43 +00:00
test -x /usr/bin/logger && /usr/bin/logger -t ALTERNC Panel manual launch update_domain
test -e "$INOTIFY_UPDATE_DOMAIN" && /usr/lib/alternc/update_domains.sh