Skip to content

Commit a96ec20

Browse files
authored
Update ssr
1 parent a575239 commit a96ec20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: ssr

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ echo "5.程序管理"
1717
echo "6.一键添加用户(使用最优配置)"
1818
echo "0.退出程序"
1919
while :; do echo
20-
read -n 1 -p "请选择: " choice
20+
read -p "请选择: " choice
2121
if [[ ! $choice =~ ^[0-6]$ ]]; then
2222
echo "输入错误! 请输入正确的数字!"
2323
else
@@ -53,4 +53,4 @@ fi
5353

5454
if [[ $choice == 6 ]];then
5555
bash /usr/local/SSR-Bash-Python/user/easyadd.sh
56-
fi
56+
fi

0 commit comments

Comments
 (0)