diff --git a/1panel/restore.sh b/1panel/restore.sh index 97875ca..711c7ef 100644 --- a/1panel/restore.sh +++ b/1panel/restore.sh @@ -36,7 +36,7 @@ check_istoreos_style_installed() { normal_restore() { # 提示用户输入要恢复的文件路径 green "请输入要恢复的文件路径(默认: /tmp/upload/backup.tar.gz) " - read -p ":" file_path + read -p "在此处输入要恢复的备份文件路径:" file_path # 如果用户没有输入,使用默认路径 if [ -z "$file_path" ]; then