50e6114a30
- Use 'exec' in startup script Approved by: miwi (mentor)
5 lines
111 B
Bash
5 lines
111 B
Bash
#!/bin/sh
|
|
|
|
cd %%DATADIR%%
|
|
JAVA_VERSION="%%JAVA_VERSION%%" exec %%LOCALBASE%%/bin/java -jar tvbrowser.jar "$@"
|
|
|