We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f9df89 commit a23dc24Copy full SHA for a23dc24
docker/rootfs/etc/s6-overlay/s6-rc.d/prepare/30-ownership.sh
@@ -28,7 +28,7 @@ chownit() {
28
29
local have
30
have="$(stat -c '%u:%g' "$dir")"
31
- echo -n " $dir ... "
+ echo -n "- $dir ... "
32
33
if [ "$have" != "$PUID:$PGID" ]; then
34
if [ "$recursive" = 'true' ] && [ -d "$dir" ]; then
0 commit comments