We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57b6d06 commit 7e30f25Copy full SHA for 7e30f25
bin/selenium-background-run.bash
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
-DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
+DIR="$( cd -p "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
3
4
echo '' > nohup.out
5
nohup $DIR/selenium-run.bash "$@" &
bin/selenium-run.bash
cd $DIR/../binaries/
MAJOR_VERSION=2.44
VERSION=${MAJOR_VERSION}.0
0 commit comments