Commit 49f2e859 authored by Alfonso Tierno's avatar Alfonso Tierno
Browse files

Enhance install-openvim script to add same options as in RO



Change-Id: Ib50749c25be41f7387d3a5bed686e9b720e0a72a
Signed-off-by: default avatartierno <alfonso.tiernosepulveda@telefonica.com>
parent e0c28c1f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -58,7 +58,8 @@ function is_valid_uuid(){


#process options
source ${DIRNAME}/get-options.sh "force:f delete:d delete-all port:p= admin-port:P= screen-name= help:h dbname= insert-bashrc" $* || $_exit 1
source ${DIRNAME}/get-options.sh \
    "force:f delete:d delete-all port:p= admin-port:P= screen-name= help:h dbname= insert-bashrc" $* || $_exit 1

#check correct arguments
action_list=""
+143 −192

File changed.

Preview size limit exceeded, changes collapsed.