Working signout button

This commit is contained in:
Olaf
2026-08-24 19:56:28 +02:00
parent 28a01175f7
commit 12f3580f60
17 changed files with 252 additions and 10 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/sh
set -eu
chown -R linklog:linklog /app/backend/data
exec su -s /bin/sh linklog -c "exec $*"