Skip to content

Commit 1bf42ba

Browse files
authored
Update run.sh
1 parent 9a7a674 commit 1bf42ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Misc/layoutroot/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symli
99
[[ $SOURCE != /* ]] && SOURCE="$DIR/$SOURCE" # if $SOURCE was a relative symlink, we need to resolve it relative to the path where the symlink file was located
1010
done
1111
DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
12-
cp run-helper.sh.template run-helper.sh
12+
cp -f run-helper.sh.template run-helper.sh
1313
# run the helper process which keep the listener alive
1414
while :;
1515
do

0 commit comments

Comments
 (0)