Skip to content

Commit

Permalink
Fix OBS recording permission errors
Browse files Browse the repository at this point in the history
  • Loading branch information
strugee committed Nov 8, 2024
1 parent ee1f86b commit 2b660a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sbin/seagl-reset-users
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ grep -ve '^root' -e '^firebird' /etc/passwd | cut -d: -f1 | xargs -n 1 userdel -
# Password hash corresponds to `password`
adduser seagloperator -c 'SeaGL Operator' -mp '$y$j9T$emVbho1jsDyzxlJVlATJU.$GYps0oI9FuW.WC3KCXZQkRDq8zGV0gjDIuJLAK1mtP8' -G wheel
mkdir /home/seagloperator/RawVideo
chown seagloperator:seagloperator /home/seagloperator/RawVideo

mkdir -p /var/lib/seagl-nextcloud
chown seagloperator:seagloperator /var/lib/seagl-nextcloud
Expand Down

0 comments on commit 2b660a4

Please sign in to comment.