mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-24 06:50:32 +02:00
revert
https://github.com/alexbelgium/hassio-addons/issues/932#issuecomment-1665475039
This commit is contained in:
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