Skip to content

Commit 809890d

Browse files
committed
Match env var code styling
1 parent aa53968 commit 809890d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • releases/22.0.0.12/kernel-slim/helpers/build

releases/22.0.0.12/kernel-slim/helpers/build/features.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ if [ "$SSL" == "true" ] || [ "$TLS" == "true" ]; then
3636
fi
3737

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

0 commit comments

Comments
 (0)