summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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