[zaptel-commits] qwell: branch 1.4 r3529 - /branches/1.4/zaptel.init
SVN commits to the Zaptel project
zaptel-commits at lists.digium.com
Wed Dec 19 13:39:36 CST 2007
Author: qwell
Date: Wed Dec 19 13:39:36 2007
New Revision: 3529
URL: http://svn.digium.com/view/zaptel?view=rev&rev=3529
Log:
You need a space after [, since [ is an application
Modified:
branches/1.4/zaptel.init
Modified: branches/1.4/zaptel.init
URL: http://svn.digium.com/view/zaptel/branches/1.4/zaptel.init?view=diff&rev=3529&r1=3528&r2=3529
==============================================================================
--- branches/1.4/zaptel.init (original)
+++ branches/1.4/zaptel.init Wed Dec 19 13:39:36 2007
@@ -145,12 +145,12 @@
exit 0
fi
-if [! -x "$ZTCFG" ]; then
+if [ ! -x "$ZTCFG" ]; then
echo "ztcfg not executable"
exit 0
fi
-if [! -f /etc/zaptel.conf ]; then
+if [ ! -f /etc/zaptel.conf ]; then
echo "/etc/zaptel.conf not found"
exit 0
fi
More information about the zaptel-commits
mailing list