fix folder creation

This commit is contained in:
routerino 2025-03-15 13:18:55 +11:00 committed by GitHub
parent f3c4a6afbf
commit cf682bddbb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,6 +8,7 @@ set -ex
# useradd -m -d /data/home dev-user
# set new home directory
mkdir -p /data/home
usermod -d /data/home node
# Add the ability to set file permissions on /data to the non-privileged user