summaryrefslogtreecommitdiff
path: root/zaptel.init
diff options
context:
space:
mode:
authorqwell <qwell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-12-19 19:39:36 +0000
committerqwell <qwell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-12-19 19:39:36 +0000
commitc89fb3f2dcf35d0cc3c4c7479d4ca1a71fcaccec (patch)
tree881559f904d5f7adb55eca638b16c3f2f57a9729 /zaptel.init
parentb7f964b90c3fb286e4ec0e23cf164253a4da63a2 (diff)
You need a space after [, since [ is an application
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3529 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'zaptel.init')
-rw-r--r--zaptel.init4
1 files changed, 2 insertions, 2 deletions
diff --git a/zaptel.init b/zaptel.init
index 022d57d..44bf779 100644
--- a/zaptel.init
+++ b/zaptel.init
@@ -145,12 +145,12 @@ if [ "${TELEPHONY}" != "yes" ]; then
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