使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
overmind
/
matrix-docker-ansible-deploy
镜像自地址
https://github.com/spantaleev/matrix-docker-ansible-deploy
关注
1
点赞
0
派生
0
代码
工单
0
版本发布
0
百科
动态
浏览代码
Correctly check number of arguments when creating a dendrite account
This is probably a continuation of changes made in
d7ed672f7
.
pull/2084/head
Silas
3 年前
父节点
86ab4bc5e2
当前提交
e74e3c9e8f
共有
1 个文件被更改
,包括
1 次插入
和
1 次删除
合并视图
Diff 选项
显示统计
下载 Patch 文件
下载 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
查看文件
@@ -1,7 +1,7 @@
#jinja2: lstrip_blocks: "True"
#jinja2: lstrip_blocks: "True"
#!/bin/bash
#!/bin/bash
if [ $# -ne
2
]; then
if [ $# -ne
3
]; then
echo "Usage: "$0" <username> <password> <admin access: 0 or 1>"
echo "Usage: "$0" <username> <password> <admin access: 0 or 1>"
exit 1
exit 1
fi
fi
撰写
预览
正在加载...
取消
保存