mirror of
https://github.com/zdharma-continuum/zinit.git
synced 2026-09-10 07:36:38 -04:00
chown /data as well as its content
This commit is contained in:
parent
351bdeb10a
commit
2feb41cf70
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue