4 lines
133 B
Bash
4 lines
133 B
Bash
#!/bin/sh
|
|
|
|
chown -R ${PUID}:${PGID} /foundry
|
|
exec su-exec ${PUID}:${PGID} node /foundry/resources/app/main.js --dataPath=/foundrydata |