Salome HOME
simplifications
[modules/shaper.git] / squishserver_stop.sh
index b90b9fdd52382c25d1a11be516eb5d4105198f6a..162dd548cd234794a228048ee62f37ed3ce1aa8a 100755 (executable)
@@ -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 $@