From 1a1b334a0d2b023bd778f0a19665cc9017dbc94a Mon Sep 17 00:00:00 2001 From: Eduardo Ramos Testillano Date: Thu, 22 Jun 2017 17:36:11 +0200 Subject: [PATCH] typo --- example/diameter/launcher/deploy-setups.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/diameter/launcher/deploy-setups.sh b/example/diameter/launcher/deploy-setups.sh index b384682..bdc5bd9 100755 --- a/example/diameter/launcher/deploy-setups.sh +++ b/example/diameter/launcher/deploy-setups.sh @@ -109,12 +109,12 @@ case $type in echo s | ./configure.sh >/dev/null sed -i 's/3868/3869/' services.xml # Gx dictionary: - ln -sf stacks_examples/other/16777238.xml dictionary.xml + ln -sf stack_examples/other/16777238.xml dictionary.xml cd - >/dev/null cd $target/ADML-serverRx echo s | ./configure.sh >/dev/null # Rx dictionary: - ln -sf stacks_examples/other/16777236.xml dictionary.xml + ln -sf stack_examples/other/16777236.xml dictionary.xml cd - >/dev/null ;; -- 2.20.1