summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zaptel.init6
1 files changed, 3 insertions, 3 deletions
diff --git a/zaptel.init b/zaptel.init
index 1677c38..aee83f7 100644
--- a/zaptel.init
+++ b/zaptel.init
@@ -87,9 +87,6 @@ xpp_startup() {
# when locales are missing.
# No register all the devices if they didn't auto-register:
LC_ALL=C zt_registration on
-
- # this one could actually be run after ztcfg:
- LC_ALL=C xpp_sync "$XPP_SYNC"
}
@@ -220,6 +217,9 @@ case "$1" in
$FXOTUNE -s || :
fi
+ # this one could actually be run after ztcfg:
+ LC_ALL=C xpp_sync "$XPP_SYNC"
+
hpec_start
;;
stop)