Skip to content

Commit

Permalink
Update menu.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gooaclok819 authored Oct 28, 2024
1 parent fef9c34 commit c1bc44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function Select {
# 删除相关文件和目录
sudo rm -r /usr/local/bin/sublink/*
sudo rm -r /usr/bin/sublink
read -p "是否保留数据(y/n): " isDelete
read -p "是否删除数据(y/n): " isDelete
if [ "$isDelete" = "y" ]; then
sudo rm -r /usr/local/bin/sublink/db
sudo rm -r /usr/local/bin/sublink/template
Expand Down

0 comments on commit c1bc44a

Please sign in to comment.