We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3728e8 commit 23e95c0Copy full SHA for 23e95c0
1 file changed
.github/rpm/opencast-camera-control.spec
@@ -68,7 +68,7 @@ if [ ! $(getent group %{gid}) ]; then
68
groupadd -r %{gid} > /dev/null 2>&1 || :
69
fi
70
if [ ! $(getent passwd %{uid}) ]; then
71
- useradd -M -r -d /srv/opencast -g %{gid} %{uid} > /dev/null 2>&1 || :
+ useradd -M -r -g %{gid} %{uid} > /dev/null 2>&1 || :
72
73
74
0 commit comments