Skip to content

Commit

Permalink
fix(linux): companion_headless.sh to work with symlinks (#2569)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeboer authored Sep 20, 2023
1 parent 7dec9ea commit 13a8f58
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions assets/linux/companion_headless.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash

cd "$(dirname "$0")"
cd resources
cd "$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")/resources"

./node-runtime/bin/node main.js $@

0 comments on commit 13a8f58

Please sign in to comment.