chown /data as well as its content

This commit is contained in:
Philipp Schmitt 2021-11-21 12:10:04 +01:00
parent 351bdeb10a
commit 2feb41cf70
No known key found for this signature in database
GPG key ID: DC439C47EACB17F9

View file

@ -5,6 +5,7 @@ then
then
echo "Setting owner of /data to ${PUID}:${PGID}" >&2
fi
sudo chown /data
sudo chown -R "${PUID}:${PGID}" /data
fi