Explicitly set the exit status of the script to not make mpd fail.

This commit is contained in:
Ermal 2010-03-27 08:09:02 +00:00
parent 8f4f1e3081
commit 1f0ddd30a8

View File

@ -23,3 +23,4 @@ fi
/bin/echo $1 > /tmp/rc.newwanip
/bin/echo $4 > /tmp/$1_router
/usr/bin/touch /tmp/$1up
exit 0