Browse Source
The commit updates the file paths in the entrypoint scripts to use the correct variables and directories. This ensures that the scripts work as intended and avoid any potential errors or issues.pull/22/head
2 changed files with 2 additions and 2 deletions
@ -1,2 +1,2 @@ |
|||
#!/bin/bash |
|||
exec gosu ${USERNAME} /app/*server monitor || exit 1 |
|||
exec gosu "${USERNAME}" /app/*server monitor || exit 1 |
|||
|
Loading…
Reference in new issue