From 3627b21d62afa4120a261bd827e9cc759b2e1d82 Mon Sep 17 00:00:00 2001 From: "Eduardo Ramos Testillano (eramedu)" Date: Wed, 13 May 2020 18:33:46 +0200 Subject: [PATCH] Improve dynlib update note to be no so specific Some deployments are not using run.sh, but start.sh versions. --- .../diameter/launcher/resources/scripts/select_dynlib.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/example/diameter/launcher/resources/scripts/select_dynlib.sh b/example/diameter/launcher/resources/scripts/select_dynlib.sh index 0308ca9..e456002 100755 --- a/example/diameter/launcher/resources/scripts/select_dynlib.sh +++ b/example/diameter/launcher/resources/scripts/select_dynlib.sh @@ -21,7 +21,7 @@ then echo -n "Paste your selection [$dflt]: " read option [ -z "$option" ] && option=$dflt - rm $tmpfile + rm $tmpfile fi [ ! -f $option ] && { echo -e "\nInvalid file !\n" ; exit 1 ; } @@ -32,8 +32,6 @@ echo echo "Library enabled." echo echo -echo "IMPORTANT: remember to Re-Start the affected ADML instances:" -echo -echo " pkill -9 ADML ; ./run.sh" +echo "IMPORTANT: remember to Re-Start the affected ADML instances" echo -- 2.20.1