6 lines
128 B
Bash
Executable file
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
|