Skip to content

Commit 9d902ed

Browse files
authored
Merge pull request #7 from YaoxiangLi/main
update run.sh to 0.3.2
2 parents d9569ad + ea66492 commit 9d902ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/install_files/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ else
1919
printf "Executing command: %s\n\n" "$*"
2020

2121
# Execute the passed command.
22-
sudo --user=user --set-home python3 /home/user/pythostitcher-0.3.1/src/main.py "${@}"
22+
sudo --user=user --set-home python3 /home/user/pythostitcher-0.3.2/src/main.py "${@}"
2323
fi

0 commit comments

Comments
 (0)