Skip to content
start.sh 98 B
Newer Older
#!/bin/sh
set -eu

echo "Starting nextcloud instance"
touch /usr/src/nextcloud/.ocdata

exec "$@"