Skip to content

Commit

Permalink
Fix chmod x issues
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Luar <[email protected]>
  • Loading branch information
luarss committed Aug 9, 2024
1 parent 13f3fdb commit a009857
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions flow/test/test_helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ fi
if [ $RUN_AUTOTUNER -eq 1 ]; then
# change directory to the root of the repo
echo "Install and starting venv"
cd ../
./tools/AutoTuner/installer.sh
./tools/AutoTuner/setup.sh

Expand Down
Empty file modified tools/AutoTuner/installer.sh
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion tools/AutoTuner/setup.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

# Get the directory of the current script
SCRIPT_DIR="$(dirname "${BASH_SOURCE[0]}")"
Expand Down

0 comments on commit a009857

Please sign in to comment.