X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2Fresources%2Fscripts%2Fselect_dynlib.sh;h=e456002b9babcede348de17424434bc942f88552;hb=609c79ead77490f99f3f34836b19820999a85169;hp=c1cf52bbf12eed6e6db43113d26405c130e322a6;hpb=23f8d538e91355cecfc96636f16597a2a48649ac;p=anna.git diff --git a/example/diameter/launcher/resources/scripts/select_dynlib.sh b/example/diameter/launcher/resources/scripts/select_dynlib.sh index c1cf52b..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 ; } @@ -29,6 +29,9 @@ option_bn=$(basename $option) ln -sf $option $dynamicProcedureLibName [ $? -ne 0 ] && { rm -f $dynamicProcedureLibName ; echo -e "\nInvalid file (must be a dynamic procedure library) !\n" ; exit 1 ; } echo -echo "Library enabled" +echo "Library enabled." +echo +echo +echo "IMPORTANT: remember to Re-Start the affected ADML instances" echo