sh builtin echo command doesn't understand -e option: replaced with /bin/echo

This commit is contained in:
Steven Mondji-Lerider 2013-01-30 17:32:58 +00:00
parent a6949498cb
commit 516f1082c0
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
# Add INOTIFY_UPDATE_DOMAIN var to local.sh
if [ -z "$INOTIFY_UPDATE_DOMAIN" ] ; then
echo -e '
/bin/echo -e '
# File to look at for forced launch of update_domain (use incron)
INOTIFY_UPDATE_DOMAIN="/var/run/alternc/inotify_update_domain.lock"
' >> /etc/alternc/local.sh