Skip to content

Commit 23e95c0

Browse files
authored
Update .github/rpm/opencast-camera-control.spec
1 parent b3728e8 commit 23e95c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/rpm/opencast-camera-control.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ if [ ! $(getent group %{gid}) ]; then
6868
groupadd -r %{gid} > /dev/null 2>&1 || :
6969
fi
7070
if [ ! $(getent passwd %{uid}) ]; then
71-
useradd -M -r -d /srv/opencast -g %{gid} %{uid} > /dev/null 2>&1 || :
71+
useradd -M -r -g %{gid} %{uid} > /dev/null 2>&1 || :
7272
fi
7373

7474

0 commit comments

Comments
 (0)