chown menno:users not menno:menno
This commit is contained in:
parent
e719b0e693
commit
df06f221b8
@ -91,16 +91,16 @@
|
|||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
script = ''
|
script = ''
|
||||||
# Set ownership and permissions for each dataset
|
# Set ownership and permissions for each dataset
|
||||||
# Astrophotography - menno:menno 770
|
# Astrophotography - menno:users 770
|
||||||
chown menno:menno /mnt/astrophotography
|
chown menno:users /mnt/astrophotography
|
||||||
chmod 770 /mnt/astrophotography
|
chmod 770 /mnt/astrophotography
|
||||||
|
|
||||||
# docker - root:menno 775
|
# docker - root:menno 775
|
||||||
chown root:menno /mnt/docker
|
chown root:menno /mnt/docker
|
||||||
chmod 775 /mnt/docker
|
chmod 775 /mnt/docker
|
||||||
|
|
||||||
# ai - menno:menno 770
|
# ai - menno:users 770
|
||||||
chown menno:menno /mnt/ai
|
chown menno:users /mnt/ai
|
||||||
chmod 770 /mnt/ai
|
chmod 770 /mnt/ai
|
||||||
|
|
||||||
# Audiobooks - menno:users 760
|
# Audiobooks - menno:users 760
|
||||||
@ -131,12 +131,12 @@
|
|||||||
chown menno:users /mnt/old_backups
|
chown menno:users /mnt/old_backups
|
||||||
chmod 760 /mnt/old_backups
|
chmod 760 /mnt/old_backups
|
||||||
|
|
||||||
# Photos - menno:menno 775
|
# Photos - menno:users 775
|
||||||
chown menno:menno /mnt/photos
|
chown menno:users /mnt/photos
|
||||||
chmod 775 /mnt/photos
|
chmod 775 /mnt/photos
|
||||||
|
|
||||||
# Stash - menno:menno 775
|
# Stash - menno:users 775
|
||||||
chown menno:menno /mnt/stash
|
chown menno:users /mnt/stash
|
||||||
chmod 775 /mnt/stash
|
chmod 775 /mnt/stash
|
||||||
|
|
||||||
# TV_Shows - menno:users 760
|
# TV_Shows - menno:users 760
|
||||||
|
Loading…
x
Reference in New Issue
Block a user