mirror of
https://github.com/Luzifer/wiki.git
synced 2024-11-08 14:50:11 +00:00
7 lines
118 B
Bash
7 lines
118 B
Bash
|
#!/usr/local/bin/dumb-init /bin/bash
|
||
|
set -euo pipefail
|
||
|
|
||
|
chown wiki: "${DATA_DIR}"
|
||
|
|
||
|
exec gosu wiki /usr/local/bin/wiki
|