You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: entrypoint.sh
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,10 @@ cp launcher.toml $TEMPFILE
19
19
20
20
shopt -s nocasematch
21
21
22
+
if [ -f /usr/local/bin/box64 ];then
23
+
sed -i 's/WrapperPath.*/WrapperPath = "\/usr\/local\/bin\/box64"'$TEMPFILE
24
+
fi
25
+
22
26
if [[ "$DISABLE_ENCRYPTION"=~ ^(true|1|yes])$ ]];then
23
27
echo Encryption will be disabled because DISABLE_ENCRYPTION is set.
24
28
echo Check https://github.com/birdhimself/astroneer-docker?tab=readme-ov-file#configuring-clients-if-encryption-is-disabled on how to enable clients to connect to servers with encryption disabled.
0 commit comments