Ver a proveniência

matrix-change-user-admin-status: do not allocate tty

pull/1790/head
Aine há 4 anos
committed by GitHub
ascendente
cometimento
1ee118bd49
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com 1 adições e 1 eliminações
  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 Ver ficheiro

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

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


Carregando…
Cancelar
Guardar