Files
hassio-addons/webtop_kde/rootfs/etc/cont-init.d/20-folders.sh
2022-12-20 08:46:36 +00:00

11 lines
175 B
Bash
Executable File

#!/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