Skip to content

Commit d2cf3a3

Browse files
committed
fix
1 parent a21efb6 commit d2cf3a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
1. **修改系统用户 club 的密码**
4545
进入容器后执行:
4646
```bash
47-
echo "your-new-password" | sudo tee /root/init/.club > /dev/null && echo "club:$(cat /root/init/.club)" | sudo chpasswd
47+
password="your-new-password" && echo "$password" | sudo tee /root/init/.club > /dev/null && echo "club:$password" | sudo chpasswd
4848
```
4949

5050
2. **修改 dufs 的访问密码**

0 commit comments

Comments
 (0)