#!/usr/bin/with-contenv bash
# shellcheck shell=bash

# make our folders
mkdir -p \
    /config

# permissions
lsiown -R abc:abc \
    /config
