X-Git-Url: https://gerrit.onap.org/r/gitweb?p=holmes%2Frule-management.git;a=blobdiff_plain;f=rulemgt-standalone%2Fsrc%2Fmain%2Fassembly%2Fbin%2Frun.sh;h=873951fc9ad835123eddac696af0ed7de66e7152;hp=d1cebc3600983f5125be5206baaeeff51cd22e99;hb=071f60ca7358101a5cd2ec864578ecc46511b241;hpb=6ebc6d22c0654cbdfde1329d5ea7a2f23df5988d diff --git a/rulemgt-standalone/src/main/assembly/bin/run.sh b/rulemgt-standalone/src/main/assembly/bin/run.sh index d1cebc3..873951f 100644 --- a/rulemgt-standalone/src/main/assembly/bin/run.sh +++ b/rulemgt-standalone/src/main/assembly/bin/run.sh @@ -119,9 +119,9 @@ else fi if [ "${ENABLE_ENCRYPT}"x = "true"x ]; then - sudo nginx -c /etc/nginx/conf.d/nginx-https.conf + nginx -c /etc/nginx/conf.d/nginx-https.conf else - sudo nginx -c /etc/nginx/conf.d/nginx-http.conf + nginx -c /etc/nginx/conf.d/nginx-http.conf fi echo nginx started.