We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18c777c commit 800dd40Copy full SHA for 800dd40
1 file changed
wsagent/agent/src/main/resources/org.eclipse.che.ws-agent.script.sh
@@ -62,7 +62,6 @@ mkdir -p ${CHE_DIR}
62
if is_current_user_sudoer; then
63
${SUDO} mkdir -p /projects
64
${SUDO} sh -c "chown -R $(id -u -n) /projects"
65
- find /projects -type d -exec ${SUDO} chmod 755 {} \;
66
fi
67
68
INSTALL_JDK=false
@@ -222,7 +221,7 @@ elif echo ${LINUX_TYPE} | grep -qi "CentOS"; then
222
221
ln -s /usr/lib/jvm/java-1.8.0-openjdk $JAVA_HOME
223
224
225
-# Red Hat Enterprise Linux 6
+# Red Hat Enterprise Linux 6
226
############################
227
elif echo ${LINUX_TYPE} | grep -qi "Red Hat"; then
228
if [ ${INSTALL_JDK} = true ]; then
0 commit comments