This repository has been archived on 2025-10-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
vikunja-api/docker/etc/s6/vikunja/run
2018-09-08 15:51:49 +02:00

6 lines
128 B
Bash
Executable file

#!/bin/bash
[[ -f ./setup ]] && source ./setup
pushd /app/vikunja > /dev/null
exec su-exec $USER /app/vikunja/vikunja
popd