Files
hassio-addons/webtop_kde/rootfs/etc/cont-init.d/20-folders.sh
2022-02-03 10:25:49 +01:00

11 lines
175 B
Bash

#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
# Define home
HOME="/share/webtop_kde"
mkdir -p $HOME
chown -R abc:abc $HOME
#adduser USERNAME
#useradd -m abc -p abc