We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa53968 commit 809890dCopy full SHA for 809890d
1 file changed
releases/22.0.0.12/kernel-slim/helpers/build/features.sh
@@ -36,6 +36,6 @@ if [ "$SSL" == "true" ] || [ "$TLS" == "true" ]; then
36
fi
37
38
# Install necessary features using featureUtility
39
-featureUtility installServerFeatures --acceptLicense ${SERVER_NAME} --noCache
+featureUtility installServerFeatures --acceptLicense $SERVER_NAME --noCache
40
find /opt/ol/wlp/lib /opt/ol/wlp/bin ! -perm -g=rw -print0 | xargs -0 -r chmod g+rw
41
0 commit comments