Skip to content

Commit

Permalink
Match env var code styling
Browse files Browse the repository at this point in the history
  • Loading branch information
kabicin committed Jun 2, 2023
1 parent 2f389c8 commit 83e5d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releases/22.0.0.12/kernel-slim/helpers/build/features.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ if [ "$SSL" == "true" ] || [ "$TLS" == "true" ]; then
fi

# Install necessary features using featureUtility
featureUtility installServerFeatures --acceptLicense ${SERVER_NAME} --noCache
featureUtility installServerFeatures --acceptLicense $SERVER_NAME --noCache
find /opt/ol/wlp/lib /opt/ol/wlp/bin ! -perm -g=rw -print0 | xargs -0 -r chmod g+rw

0 comments on commit 83e5d32

Please sign in to comment.