Skip to content

Commit a23dc24

Browse files
committed
Tweak ownership output
1 parent 4f9df89 commit a23dc24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/rootfs/etc/s6-overlay/s6-rc.d/prepare/30-ownership.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ chownit() {
2828

2929
local have
3030
have="$(stat -c '%u:%g' "$dir")"
31-
echo -n " $dir ... "
31+
echo -n "- $dir ... "
3232

3333
if [ "$have" != "$PUID:$PGID" ]; then
3434
if [ "$recursive" = 'true' ] && [ -d "$dir" ]; then

0 commit comments

Comments
 (0)