#!/usr/bin/with-contenv bash

# permissions
chown -R abc:abc \
	/config \
	/opt

