Skip to content

Commit

Permalink
quote variables
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonEntholzer committed Jan 3, 2025
1 parent 0c284fa commit 48b0592
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion supporting_scripts/playwright/runArtemisInDocker_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

artemis_path="$(readlink -f "$(dirname $0)/../..")"
artemis_path="$(readlink -f "$(dirname "$0")/../..")"

cd "$artemis_path/docker"

Expand Down
2 changes: 1 addition & 1 deletion supporting_scripts/playwright/runArtemisInDocker_macOS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

artemis_path="$(readlink -f "$(dirname $0)/../..")"
artemis_path="$(readlink -f "$(dirname "$0")/../..")"

cd "$artemis_path/docker"
open -a Docker
Expand Down
2 changes: 1 addition & 1 deletion supporting_scripts/playwright/setupUsers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# We use the supporting scripts to create users

set -e
artemis_path="$(readlink -f "$(dirname $0)/../..")"
artemis_path="$(readlink -f "$(dirname "$0")/../..")"

cd "$artemis_path/supporting_scripts"

Expand Down
2 changes: 1 addition & 1 deletion supporting_scripts/playwright/startPlaywright.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

artemis_path="$(readlink -f "$(dirname $0)/../..")"
artemis_path="$(readlink -f "$(dirname "$0")/../..")"

echo "Installing Playwright and dependencies"

Expand Down
2 changes: 1 addition & 1 deletion supporting_scripts/playwright/startPlaywrightUI.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

artemis_path="$(readlink -f "$(dirname $0)/../..")"
artemis_path="$(readlink -f "$(dirname "$0")/../..")"

echo "Installing Playwright and dependencies"

Expand Down

0 comments on commit 48b0592

Please sign in to comment.