summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdocker/set_user.sh4
-rw-r--r--src/main/webapp/WEB-INF/jetty-web.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/docker/set_user.sh b/docker/set_user.sh
index 6233c07..539a200 100755
--- a/docker/set_user.sh
+++ b/docker/set_user.sh
@@ -9,7 +9,7 @@ GID="35953"
# Remove user:
deluser ${USER}
-delgroup ${GROUP}
+##delgroup ${GROUP}
echo "${USER}:x:${UID}:${GID}::/home/${USER}:Linux User,,,:/home/jetty:/bin/false" >> /etc/passwd
@@ -17,4 +17,4 @@ echo "${GROUP}:x:${GID}:${USER}" >> /etc/group
echo "${USER}:!:17501:0:99999:7:::" >> /etc/shadow
-mkdir /home/${USER} && chown ${USER}:${GROUP} /home/${USER} \ No newline at end of file
+mkdir /home/${USER} && chown ${USER}:${GROUP} /home/${USER}
diff --git a/src/main/webapp/WEB-INF/jetty-web.xml b/src/main/webapp/WEB-INF/jetty-web.xml
index 67a135a..cf7e303 100644
--- a/src/main/webapp/WEB-INF/jetty-web.xml
+++ b/src/main/webapp/WEB-INF/jetty-web.xml
@@ -3,5 +3,5 @@
"-//Mort Bay Consulting//DTD Configure//EN"
"http://www.eclipse.org/jetty/configure_9_0.dtd">
<Configure class="org.eclipse.jetty.webapp.WebAppContext">
- <Set name="contextPath">/dcae</Set>
+ <Set name="contextPath">/dcaed</Set>
</Configure>