From: Eduardo Ramos Testillano Date: Thu, 22 Jun 2017 07:23:06 +0000 (+0200) Subject: Fix symlinks X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=commitdiff_plain;h=f6efeaa8e556474c6ef5174eaa3d4cd88e3e0f4b Fix symlinks --- diff --git a/example/diameter/launcher/deploy-setups.sh b/example/diameter/launcher/deploy-setups.sh index 526ff79..b384682 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/other_examples/16777238.xml dictionary.xml + ln -sf stacks_examples/other/16777238.xml dictionary.xml cd - >/dev/null cd $target/ADML-serverRx echo s | ./configure.sh >/dev/null # Rx dictionary: - ln -sf stacks/other_examples/16777236.xml dictionary.xml + ln -sf stacks_examples/other/16777236.xml dictionary.xml cd - >/dev/null ;;