File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -56,11 +56,8 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
5656 usermod --uid " $HOST_USERID " --gid " $HOST_GROUPID " " $SC_USER_NAME "
5757
5858 echo " $INFO " " Changing group properties of files around from $SC_USER_ID to group $CONT_GROUPNAME "
59- # find / -path /proc -prune -o -group "$SC_USER_ID" -exec chgrp --no-dereference "$CONT_GROUPNAME" {} \;
6059 fdfind --owner " :$SC_USER_ID " --exclude proc --exec-batch chgrp --no-dereference " $CONT_GROUPNAME "
61- # change user property of files already around
6260 echo " $INFO " " Changing ownership properties of files around from $SC_USER_ID to group $CONT_GROUPNAME "
63- # find / -path /proc -prune -o -user "$SC_USER_ID" -exec chown --no-dereference "$SC_USER_NAME" {} \;
6461 fdfind --owner " $SC_USER_ID :" --exclude proc --exec-batch chown --no-dereference " $SC_USER_NAME "
6562 fi
6663fi
You can’t perform that action at this time.
0 commit comments