File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -108,14 +108,14 @@ CODE_CONNECT_PY="$CODE_CONNECT_INSTALL_DIR/bin/code_connect.py"
108108download_repo_file " bin/code_connect.py" $CODE_CONNECT_PY
109109chmod +x " $CODE_CONNECT_PY "
110110
111- mkdir -p " $CODE_CONNECT_INSTALL_DIR /bash "
111+ mkdir -p " $CODE_CONNECT_INSTALL_DIR /shell "
112112
113- CODE_SH=" $CODE_CONNECT_INSTALL_DIR /bash /code.sh"
114- download_repo_file " bash /code.sh" $CODE_SH
113+ CODE_SH=" $CODE_CONNECT_INSTALL_DIR /shell /code.sh"
114+ download_repo_file " shell /code.sh" $CODE_SH
115115chmod +x " $CODE_SH "
116116
117- CODE_CONNECT_SH=" $CODE_CONNECT_INSTALL_DIR /bash /code-connect.sh"
118- download_repo_file " bash /code-connect.sh" $CODE_CONNECT_SH
117+ CODE_CONNECT_SH=" $CODE_CONNECT_INSTALL_DIR /shell /code-connect.sh"
118+ download_repo_file " shell /code-connect.sh" $CODE_CONNECT_SH
119119chmod +x " $CODE_CONNECT_SH "
120120
121121printf \\ n
You can’t perform that action at this time.
0 commit comments