summaryrefslogtreecommitdiffstats
path: root/deployment/zip
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/zip')
-rw-r--r--deployment/zip/installer/install.sh3
-rw-r--r--deployment/zip/src/main/release/conf/log4j.properties2
-rw-r--r--deployment/zip/src/main/release/conf/open-cli.properties2
3 files changed, 5 insertions, 2 deletions
diff --git a/deployment/zip/installer/install.sh b/deployment/zip/installer/install.sh
index ae702271..4503c371 100644
--- a/deployment/zip/installer/install.sh
+++ b/deployment/zip/installer/install.sh
@@ -28,8 +28,11 @@ chmod +x ./bin/oclip.sh
#Make oclip available in path
ln -sf ./bin/oclip.sh /usr/bin/oclip
+ln -sf ./bin/oclip.sh /usr/bin/onap
#Print the version
oclip -v
+onap -v
+
cd - \ No newline at end of file
diff --git a/deployment/zip/src/main/release/conf/log4j.properties b/deployment/zip/src/main/release/conf/log4j.properties
index f117ef6e..a0324a9b 100644
--- a/deployment/zip/src/main/release/conf/log4j.properties
+++ b/deployment/zip/src/main/release/conf/log4j.properties
@@ -1,4 +1,4 @@
-log4j.rootLogger=ERROR, file
+log4j.rootLogger=INFO, file
# Redirect log messages to a log file, support file rolling.
log4j.appender.file=org.apache.log4j.RollingFileAppender
diff --git a/deployment/zip/src/main/release/conf/open-cli.properties b/deployment/zip/src/main/release/conf/open-cli.properties
index 9b5bceeb..2d68edf8 100644
--- a/deployment/zip/src/main/release/conf/open-cli.properties
+++ b/deployment/zip/src/main/release/conf/open-cli.properties
@@ -1,5 +1,5 @@
cli.product_name=open-cli
-cli.version=1.0
+cli.version=2.0.0
cli.discover_always=false