#!/usr/bin/with-contenv bash

# permissions
chown -R abc:abc \
	/config

chown abc:abc \
	/defaults/restart.sh
chmod +x \
	/defaults/restart.sh
