cdist/cdist/conf/type/__pyvenv/explorer/group
Jonas Weber ae7ccc5995 Fix SC2086 on all scripts
Relevant documentation: https://github.com/koalaman/shellcheck/wiki/SC2086

relates to: #540

This commit addresses 241 separate cases of missing quotes around
variables.
2018-10-04 19:45:22 +02:00

5 lines
97 B
Bash
Executable file

#!/bin/sh
destination="/$__object_id"
stat --print "%G" "${destination}" 2>/dev/null || exit 0