Fixes and improvements
[anna.git] / example / diameter / launcher / resources / scripts / select_dynlib.sh
index c1cf52b..0308ca9 100755 (executable)
@@ -29,6 +29,11 @@ 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
+echo "   pkill -9 ADML ; ./run.sh"
 echo