mirror of
https://github.com/iFargle/headscale-webui.git
synced 2026-03-18 13:35:28 +01:00
4 lines
70 B
Bash
Executable File
4 lines
70 B
Bash
Executable File
#!/bin/sh
|
|
. /app/.venv/bin/activate
|
|
chown -R 1000:1000 /data
|
|
exec "$@" |