#!/usr/bin/with-contenv bash

# permissions
chown abc:abc /config /data
chown -R abc:abc  /var/lib/nginx

# set cronjob
crontab /defaults/nextcloud
