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 ae842a8 commit f732e02Copy full SHA for f732e02
docker/fix-ownership
@@ -28,6 +28,6 @@ source "$(dirname "${BASH_SOURCE[0]}")/common.sh"
28
29
if [ -d '/Unvanquished/build/release' ]
30
then
31
- ownership="$(stat --format='%g.%u' '/Unvanquished/build/release')"
+ ownership="$(stat --format='%g:%u' '/Unvanquished/build/release')"
32
_exec chown -R "${ownership}" '/Unvanquished/build/release'
33
fi
0 commit comments