00-disable-password.sh 改名为 00-password.sh
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
#!/bin/bash
|
||||
# 用法:
|
||||
# 启用安全模式: ./00-disable-password.sh enable
|
||||
# 关闭安全模式: ./00-disable-password.sh disable
|
||||
# 查看状态: ./00-disable-password.sh status
|
||||
# 启用安全模式: ./00-password.sh enable
|
||||
# 关闭安全模式: ./00-password.sh disable
|
||||
# 查看状态: ./00-password.sh status
|
||||
#
|
||||
# curl -sS -O https://gitea.tohub.top/Share/vps/raw/branch/main/init/00-disable-password.sh && chmod +x 00-disable-password.sh
|
||||
# curl -sS -O https://gitea.tohub.top/Share/vps/raw/branch/main/init/00-password.sh && chmod +x 00-password.sh
|
||||
|
||||
set -e # 遇到错误立即退出
|
||||
|
||||
Reference in New Issue
Block a user