Skip to content

Commit

Permalink
make chown silent
Browse files Browse the repository at this point in the history
  • Loading branch information
roflcoopter committed Dec 3, 2022
1 parent e418e69 commit b8cf1fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rootfs/etc/cont-init.d/10-adduser
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ groupmod -o -g "$PGID" abc
usermod -o -u "$PUID" abc

chown -R abc:abc /home/abc/bin
chown -R abc:abc /config
chown -R abc:abc /recordings
chown -R abc:abc /segments
chown -R --silent abc:abc /config || :
chown -R --silent abc:abc /recordings || :
chown -R --silent abc:abc /segments || :

log_info "************************ UID/GID *************************"
log_info "User uid: $(id -u abc)"
Expand Down

0 comments on commit b8cf1fd

Please sign in to comment.