Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 7b0f9af9 authored by Simon Ebel's avatar Simon Ebel
Browse files

fix: CS_BIN. Ref #180

parent ba5c6bc7
No related branches found
No related tags found
No related merge requests found
......@@ -29,15 +29,16 @@ if [[ -z $SHELL ]]; then
fi
# Export the CLI
setVar PATH $PATH:$BASE_DIR/bin
CS_BIN=$BASE_DIR/bin
setVar CS_BIN $CS_BIN
debug "CS_BIN is : $CS_BIN"
setVar PATH $PATH:$CS_BIN
debug "PATH is : $PATH"
setVar BASE_DIR $BASE_DIR
debug "BASE_DIR is : $BASE_DIR"
setVar CS_BIN $CS_BIN
debug "CS_BIN is : $CS_BIN"
setVar CS_ENV_DIR $BASE_DIR/connection-studio-dir
debug "CS_ENV_DIR is : $CS_ENV_DIR"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment