This is an automated email from the ASF dual-hosted git repository.

omartushevskyi pushed a commit to branch DLAB-1086
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/DLAB-1086 by this push:
     new 55d6734  fixed typo
55d6734 is described below

commit 55d6734002b91bd79957139ad1a756be85d8fe89
Author: Oleh Martushevskyi <oleh_martushevs...@epam.com>
AuthorDate: Wed Sep 11 17:19:20 2019 +0300

    fixed typo
---
 services/self-service/entrypoint_gcp.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/services/self-service/entrypoint_gcp.sh 
b/services/self-service/entrypoint_gcp.sh
index b208eda..b05dbb1 100644
--- a/services/self-service/entrypoint_gcp.sh
+++ b/services/self-service/entrypoint_gcp.sh
@@ -1,10 +1,10 @@
 #!/bin/sh
 
 mkdir -p /root/keys
-sudo keytool -genkeypair -alias dlab -keyalg RSA -validity 730 -storepass 
password \
+keytool -genkeypair -alias dlab -keyalg RSA -validity 730 -storepass password \
   -keypass password -keystore /root/keys/ssn.keystore.jks \
   -keysize 2048 -dname "CN=localhost"
-sudo keytool -exportcert -alias dlab -storepass password -file 
/root/keys/ssn.crt \
+keytool -exportcert -alias dlab -storepass password -file /root/keys/ssn.crt \
   -keystore /root/keys/ssn.keystore.jks
 
 /usr/bin/java -Xmx1024M -jar -Duser.timezone=UTC -Dfile.encoding=UTF-8 
-DDLAB_CONF_DIR=/root/ /root/self-service-2.1.jar server /root/self-service.yml
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@dlab.apache.org
For additional commands, e-mail: commits-h...@dlab.apache.org

Reply via email to