5 lines
86 B
Text
5 lines
86 B
Text
|
#!/bin/sh
|
||
|
SSL_CERT_FILE='/etc/ssl/cert.pem'
|
||
|
export SSL_CERT_FILE
|
||
|
exec mpsyt ${1+"$@"}
|