mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-16 09:28:20 +01:00
11 lines
175 B
Bash
Executable File
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
|