Skip to content

Commit

Permalink
Update projector_entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
956237586 authored Dec 6, 2024
1 parent 71c7801 commit f7d6f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspace-ubuntu/static/projector_entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ enable_jcef(){
JCEF_ENABLED="$JCEF_ENABLE_PREFIX""true"
sed -i "/^${JCEF_ENABLE_PREFIX}/s#.*#${JCEF_ENABLED}#" "${IDEA_VM_FILE}"
grep -q "^${JCEF_ENABLE_PREFIX}" "${IDEA_VM_FILE}" || echo "${JCEF_ENABLED}" >> "${IDEA_VM_FILE}"
echo "disable jcef"
echo "enable jcef"
}
echo "Idea Starting with USER_UID : $USER_UID"
echo "Idea Starting with USER_GID : $USER_GID"
Expand Down

0 comments on commit f7d6f5e

Please sign in to comment.