#!/usr/bin/with-contenv bash

chown -R abc:abc \
	/app \
	/config \
	/downloads
