This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
matrix-change-user-admin-status: do not allocate tty
pull/1790/head
Aine
3 years ago
committed by
GitHub
parent
f581867049
commit
1ee118bd49
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
roles/matrix-postgres/templates/usr-local-bin/matrix-change-user-admin-status.j2
+ 1
- 1
roles/matrix-postgres/templates/usr-local-bin/matrix-change-user-admin-status.j2
View File
@@ -9,7 +9,7 @@ if [ $# -ne 2 ]; then
fi
docker run \
-i
t
\
-i \
--rm \
--user={{ matrix_user_uid }}:{{ matrix_user_gid }} \
--cap-drop=ALL \
Write
Preview
Loading…
Cancel
Save