8 lines
179 B
Bash
8 lines
179 B
Bash
#!/bin/sh
|
|
# Copyright © 2026 Olaf Kolkman
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
set -eu
|
|
|
|
chown -R linklog:linklog /app/backend/data
|
|
exec su -s /bin/sh linklog -c "exec $*" |