Improve dynlib update note to be no so specific
[anna.git] / example / diameter / launcher / resources / scripts / select_dynlib.sh
index 0308ca9..e456002 100755 (executable)
@@ -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