File tree Expand file tree Collapse file tree 18 files changed +36
-36
lines changed
resource-usage-tracker/docker Expand file tree Collapse file tree 18 files changed +36
-36
lines changed Original file line number Diff line number Diff line change @@ -56,9 +56,9 @@ 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- fdfind --owner " :$SC_USER_ID " --exclude proc --exec-batch chgrp --no-dereference " $CONT_GROUPNAME " /
59+ fdfind --owner " :$SC_USER_ID " --exclude proc --exec-batch chgrp --no-dereference " $CONT_GROUPNAME " . ' / '
6060 echo " $INFO " " Changing ownership properties of files around from $SC_USER_ID to group $CONT_GROUPNAME "
61- fdfind --owner " $SC_USER_ID :" --exclude proc --exec-batch chown --no-dereference " $SC_USER_NAME " /
61+ fdfind --owner " $SC_USER_ID :" --exclude proc --exec-batch chown --no-dereference " $SC_USER_NAME " . ' / '
6262 fi
6363fi
6464
Original file line number Diff line number Diff line change @@ -57,9 +57,9 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
5757 usermod --uid " $HOST_USERID " --gid " $HOST_GROUPID " " $SC_USER_NAME "
5858
5959 echo " $INFO " " Changing group properties of files around from $SC_USER_ID to group $CONT_GROUPNAME "
60- fdfind --owner " :$SC_USER_ID " --exclude proc --exec-batch chgrp --no-dereference " $CONT_GROUPNAME " /
60+ fdfind --owner " :$SC_USER_ID " --exclude proc --exec-batch chgrp --no-dereference " $CONT_GROUPNAME " . ' / '
6161 echo " $INFO " " Changing ownership properties of files around from $SC_USER_ID to group $CONT_GROUPNAME "
62- fdfind --owner " $SC_USER_ID :" --exclude proc --exec-batch chown --no-dereference " $SC_USER_NAME " /
62+ fdfind --owner " $SC_USER_ID :" --exclude proc --exec-batch chown --no-dereference " $SC_USER_NAME " . ' / '
6363 fi
6464fi
6565
Original file line number Diff line number Diff line change @@ -63,9 +63,9 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
6363 usermod --uid " $HOST_USERID " --gid " $HOST_GROUPID " " $SC_USER_NAME "
6464
6565 echo " $INFO " " Changing group properties of files around from $SC_USER_ID to group $CONT_GROUPNAME "
66- fdfind --owner " :$SC_USER_ID " --exclude proc --exec-batch chgrp --no-dereference " $CONT_GROUPNAME " /
66+ fdfind --owner " :$SC_USER_ID " --exclude proc --exec-batch chgrp --no-dereference " $CONT_GROUPNAME " . ' / '
6767 echo " $INFO " " Changing ownership properties of files around from $SC_USER_ID to group $CONT_GROUPNAME "
68- fdfind --owner " $SC_USER_ID :" --exclude proc --exec-batch chown --no-dereference " $SC_USER_NAME " /
68+ fdfind --owner " $SC_USER_ID :" --exclude proc --exec-batch chown --no-dereference " $SC_USER_NAME " . ' / '
6969 fi
7070fi
7171
Original file line number Diff line number Diff line change @@ -56,9 +56,9 @@ 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- fdfind --owner " :$SC_USER_ID " --exclude proc --exec-batch chgrp --no-dereference " $CONT_GROUPNAME " /
59+ fdfind --owner " :$SC_USER_ID " --exclude proc --exec-batch chgrp --no-dereference " $CONT_GROUPNAME " . ' / '
6060 echo " $INFO " " Changing ownership properties of files around from $SC_USER_ID to group $CONT_GROUPNAME "
61- fdfind --owner " $SC_USER_ID :" --exclude proc --exec-batch chown --no-dereference " $SC_USER_NAME " /
61+ fdfind --owner " $SC_USER_ID :" --exclude proc --exec-batch chown --no-dereference " $SC_USER_NAME " . ' / '
6262 fi
6363fi
6464
Original file line number Diff line number Diff line change @@ -63,9 +63,9 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
6363 usermod --uid " $HOST_USERID " --gid " $HOST_GROUPID " " $SC_USER_NAME "
6464
6565 echo " $INFO " " Changing group properties of files around from $SC_USER_ID to group $CONT_GROUPNAME "
66- fdfind --owner " :$SC_USER_ID " --exclude proc --exec-batch chgrp --no-dereference " $CONT_GROUPNAME " /
66+ fdfind --owner " :$SC_USER_ID " --exclude proc --exec-batch chgrp --no-dereference " $CONT_GROUPNAME " . ' / '
6767 echo " $INFO " " Changing ownership properties of files around from $SC_USER_ID to group $CONT_GROUPNAME "
68- fdfind --owner " $SC_USER_ID :" --exclude proc --exec-batch chown --no-dereference " $SC_USER_NAME " /
68+ fdfind --owner " $SC_USER_ID :" --exclude proc --exec-batch chown --no-dereference " $SC_USER_NAME " . ' / '
6969 fi
7070fi
7171
Original file line number Diff line number Diff line change @@ -58,9 +58,9 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
5858 usermod --uid " $HOST_USERID " --gid " $HOST_GROUPID " " $SC_USER_NAME "
5959
6060 echo " Changing group properties of files around from $SC_USER_ID to group $CONT_GROUPNAME "
61- fdfind --owner " :$SC_USER_ID " --exclude proc --exec-batch chgrp --no-dereference " $CONT_GROUPNAME " /
61+ fdfind --owner " :$SC_USER_ID " --exclude proc --exec-batch chgrp --no-dereference " $CONT_GROUPNAME " . ' / '
6262 echo " Changing ownership properties of files around from $SC_USER_ID to group $CONT_GROUPNAME "
63- fdfind --owner " $SC_USER_ID :" --exclude proc --exec-batch chown --no-dereference " $SC_USER_NAME " /
63+ fdfind --owner " $SC_USER_ID :" --exclude proc --exec-batch chown --no-dereference " $SC_USER_NAME " . ' / '
6464 fi
6565fi
6666
Original file line number Diff line number Diff line change @@ -56,9 +56,9 @@ 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- fdfind --owner " :$SC_USER_ID " --exclude proc --exec-batch chgrp --no-dereference " $CONT_GROUPNAME " /
59+ fdfind --owner " :$SC_USER_ID " --exclude proc --exec-batch chgrp --no-dereference " $CONT_GROUPNAME " . ' / '
6060 echo " $INFO " " Changing ownership properties of files around from $SC_USER_ID to group $CONT_GROUPNAME "
61- fdfind --owner " $SC_USER_ID :" --exclude proc --exec-batch chown --no-dereference " $SC_USER_NAME " /
61+ fdfind --owner " $SC_USER_ID :" --exclude proc --exec-batch chown --no-dereference " $SC_USER_NAME " . ' / '
6262 fi
6363fi
6464
Original file line number Diff line number Diff line change @@ -63,9 +63,9 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
6363 usermod --uid " $HOST_USERID " --gid " $HOST_GROUPID " " $SC_USER_NAME "
6464
6565 echo " $INFO " " Changing group properties of files around from $SC_USER_ID to group $CONT_GROUPNAME "
66- fdfind --owner " :$SC_USER_ID " --exclude proc --exec-batch chgrp --no-dereference " $CONT_GROUPNAME " /
66+ fdfind --owner " :$SC_USER_ID " --exclude proc --exec-batch chgrp --no-dereference " $CONT_GROUPNAME " . ' / '
6767 echo " $INFO " " Changing ownership properties of files around from $SC_USER_ID to group $CONT_GROUPNAME "
68- fdfind --owner " $SC_USER_ID :" --exclude proc --exec-batch chown --no-dereference " $SC_USER_NAME " /
68+ fdfind --owner " $SC_USER_ID :" --exclude proc --exec-batch chown --no-dereference " $SC_USER_NAME " . ' / '
6969 fi
7070fi
7171
Original file line number Diff line number Diff line change @@ -63,9 +63,9 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
6363 usermod --uid " $HOST_USERID " --gid " $HOST_GROUPID " " $SC_USER_NAME "
6464
6565 echo " $INFO " " Changing group properties of files around from $SC_USER_ID to group $CONT_GROUPNAME "
66- fdfind --owner " :$SC_USER_ID " --exclude proc --exec-batch chgrp --no-dereference " $CONT_GROUPNAME " /
66+ fdfind --owner " :$SC_USER_ID " --exclude proc --exec-batch chgrp --no-dereference " $CONT_GROUPNAME " . ' / '
6767 echo " $INFO " " Changing ownership properties of files around from $SC_USER_ID to group $CONT_GROUPNAME "
68- fdfind --owner " $SC_USER_ID :" --exclude proc --exec-batch chown --no-dereference " $SC_USER_NAME " /
68+ fdfind --owner " $SC_USER_ID :" --exclude proc --exec-batch chown --no-dereference " $SC_USER_NAME " . ' / '
6969 fi
7070fi
7171
Original file line number Diff line number Diff line change @@ -56,9 +56,9 @@ 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- fdfind --owner " :$SC_USER_ID " --exclude proc --exec-batch chgrp --no-dereference " $CONT_GROUPNAME " /
59+ fdfind --owner " :$SC_USER_ID " --exclude proc --exec-batch chgrp --no-dereference " $CONT_GROUPNAME " . ' / '
6060 echo " $INFO " " Changing ownership properties of files around from $SC_USER_ID to group $CONT_GROUPNAME "
61- fdfind --owner " $SC_USER_ID :" --exclude proc --exec-batch chown --no-dereference " $SC_USER_NAME " /
61+ fdfind --owner " $SC_USER_ID :" --exclude proc --exec-batch chown --no-dereference " $SC_USER_NAME " . ' / '
6262 fi
6363fi
6464
You can’t perform that action at this time.
0 commit comments