Skip to content

Commit c4bbb80

Browse files
committed
Disable lsfg-vk by default
1 parent 5c6817e commit c4bbb80

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

conty-start.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1171,6 +1171,14 @@ if [ "$(ls "${mount_point}" 2>/dev/null)" ] || launch_wrapper "${mount_command[@
11711171
fi
11721172
fi
11731173

1174+
# Disable lsfg-vk by default
1175+
1176+
if [ -z "${ENABLE_LSFG}" ] || [ "${ENABLE_LSFG}" = 0 ]; then
1177+
export DISABLE_LSFG=1
1178+
else
1179+
unset DISABLE_LSFG
1180+
fi
1181+
11741182
if [ -n "${script_is_symlink}" ] && [ -f "${mount_point}"/usr/bin/"${script_name}" ]; then
11751183
export CUSTOM_PATH="/bin:/sbin:/usr/bin:/usr/sbin:/usr/lib/jvm/default/bin"
11761184

0 commit comments

Comments
 (0)