Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Toyo authored Sep 4, 2017
1 parent 59ac4bb commit fa45d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssrmu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,6 @@ Modify_config_all(){
Modify_config_transfer
Modify_config_forbid
}

Check_python(){
python_ver=`python -h`
if [[ -z ${python_ver} ]]; then
Expand Down Expand Up @@ -1599,6 +1598,7 @@ Update_Shell(){
else
echo -e "当前已是最新版本[ ${sh_new_ver} ] !"
fi
exit 0
}
# 显示 菜单状态
menu_status(){
Expand Down

0 comments on commit fa45d38

Please sign in to comment.