Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
overmind
/
matrix-docker-ansible-deploy
espelho de
https://github.com/spantaleev/matrix-docker-ansible-deploy
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Lançamentos
0
Wiki
Trabalho
Ver a proveniência
Correctly check number of arguments when creating a dendrite account
This is probably a continuation of changes made in
d7ed672f7
.
pull/2084/head
Silas
há 4 anos
ascendente
86ab4bc5e2
cometimento
e74e3c9e8f
1 ficheiros alterados
com
1 adições
e
1 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-1
roles/matrix-dendrite/templates/dendrite/usr-local-bin/matrix-dendrite-create-account.j2
+ 1
- 1
roles/matrix-dendrite/templates/dendrite/usr-local-bin/matrix-dendrite-create-account.j2
Ver ficheiro
@@ -1,7 +1,7 @@
#jinja2: lstrip_blocks: "True"
#!/bin/bash
if [ $# -ne
2
]; then
if [ $# -ne
3
]; then
echo "Usage: "$0" <username> <password> <admin access: 0 or 1>"
exit 1
fi
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar