提交 25b54852 编写于 作者: L Loreto Parisi 提交者: Gines

Fixed script execution path (#140)

上级 97193b90
...@@ -27,7 +27,7 @@ function executeShInItsFolder { ...@@ -27,7 +27,7 @@ function executeShInItsFolder {
exitIfError exitIfError
sudo chmod +x $1 sudo chmod +x $1
exitIfError exitIfError
./$1 bash ./$1
exitIfError exitIfError
cd $3 cd $3
exitIfError exitIfError
...@@ -40,7 +40,7 @@ exitIfError ...@@ -40,7 +40,7 @@ exitIfError
executeShInItsFolder "./ubuntu/install_openpose_if_cuda8.sh" "./" "./" executeShInItsFolder "install_openpose_if_cuda8.sh" "./ubuntu" "./"
exitIfError exitIfError
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册