X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=squishserver_stop.sh;h=162dd548cd234794a228048ee62f37ed3ce1aa8a;hb=0cf99274b55d2df4c2d547ccdfc6f2e4d6369257;hp=b90b9fdd52382c25d1a11be516eb5d4105198f6a;hpb=ae56a5ed7f640a944108b5aee567bb80ced86c9a;p=modules%2Fshaper.git diff --git a/squishserver_stop.sh b/squishserver_stop.sh index b90b9fdd5..162dd548c 100755 --- a/squishserver_stop.sh +++ b/squishserver_stop.sh @@ -1,4 +1,6 @@ #!/bin/bash -x +SQUISHSERVER_PORT=4320 + source env_squish.sh -squishserver --verbose --port=4325 --stop +squishserver --verbose --port=${SQUISHSERVER_PORT} --stop $@