mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-08-02 11:20:32 +02:00
10
webtop_kde/rootfs/etc/cont-init.d/20-folders.sh
Normal file
10
webtop_kde/rootfs/etc/cont-init.d/20-folders.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user