ソースを参照

Merge pull request #1790 from etkecc/patch-5

matrix-change-user-admin-status: do not allocate tty
pull/1795/head
Slavi Pantaleev 4年前
committed by GitHub
コミット
d2941b56b2
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加1行の削除
  1. +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 ファイルの表示

@@ -9,7 +9,7 @@ if [ $# -ne 2 ]; then
fi

docker run \
-it \
-i \
--rm \
--user={{ matrix_user_uid }}:{{ matrix_user_gid }} \
--cap-drop=ALL \


読み込み中…
キャンセル
保存