#!/usr/bin/with-contenv bash

# make our folders
mkdir -p \
	/config

# permissions
chown -R abc:abc \
	/config
