Update and rename 20-folders.sh to 00-folders.sh

This commit is contained in:
Alexandre
2022-02-02 14:44:09 +01:00
committed by GitHub
parent ebdd50c6b1
commit 7c0db2c731

View File

@@ -1,11 +0,0 @@
#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
# Define home
HOME="/share/webtop_kde"
mkdir -p $HOME
chown -R abc:abc $HOME
chmod -R 755 $HOME
#adduser USERNAME
#useradd -m abc -p abc