Skip to content

Commit f27941f

Browse files
authored
Fix syntax for EXTRA_FLAGS variable in entrypoint.sh (#65)
Since I could not set up the remote access falg to 1, I changed a potential bug that solved the issue and let me use remote access. Using Ubuntu Server 24.04
1 parent ef95963 commit f27941f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ fi
88
exec \
99
/app/start-engine \
1010
--client-console \
11-
"$EXTRA_FLAGS" \
11+
$EXTRA_FLAGS \
1212
"$@"

0 commit comments

Comments
 (0)