Skip to content

Commit 7e30f25

Browse files
resolve symlinks
1 parent 57b6d06 commit 7e30f25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/selenium-background-run.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
2+
DIR="$( cd -p "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
33

44
echo '' > nohup.out
55
nohup $DIR/selenium-run.bash "$@" &

bin/selenium-run.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
2+
DIR="$( cd -p "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
33
cd $DIR/../binaries/
44
MAJOR_VERSION=2.44
55
VERSION=${MAJOR_VERSION}.0

0 commit comments

Comments
 (0)