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=d444f6e9cab931a4364c15b86ab221e55893f975;hp=0308ca9e35df68dbda98e03f832e71230c9361ba;hpb=5406b19bdbfe101b264f8c4d878392e2916b8f9d;p=anna.git 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