diff options
Diffstat (limited to 'deployment/zip/installer/cli-init.sh')
-rw-r--r-- | deployment/zip/installer/cli-init.sh | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/deployment/zip/installer/cli-init.sh b/deployment/zip/installer/cli-init.sh index bf9f4fdd..59d078ec 100644 --- a/deployment/zip/installer/cli-init.sh +++ b/deployment/zip/installer/cli-init.sh @@ -16,18 +16,18 @@ # limitations under the License. #******************************************************************************* -export ONAP_CLI_HOME=/opt/onap/cli -export CLI_PRODUCT_VERSION=onap-amsterdam +export OPEN_CLI_HOME=/opt/oclip +export OPEN_CLI_PRODUCT_IN_USE=open-cli -cd $ONAP_CLI_HOME +cd $OPEN_CLI_HOME if [ ! -d ./data ]; then mkdir ./data; fi -if [ ! -d ./onap-cli-schema ]; then mkdir ./onap-cli-schema; fi +if [ ! -d ./open-cli-schema ]; then mkdir ./open-cli-schema; fi -chmod +x ./bin/onap.sh +chmod +x ./bin/oclip.sh -#Make onap available in path -ln ./bin/onap.sh /usr/bin/onap +#Make oclip available in path +ln ./bin/oclip.sh /usr/bin/oclip #Print the version -onap -v
\ No newline at end of file +oclip -v
\ No newline at end of file |