From d7b461a22520782a98e5c0096bc524a6b816c3c7 Mon Sep 17 00:00:00 2001 From: wukongdaily <2666180@gmail.com> Date: Tue, 2 Jul 2024 13:34:46 +0800 Subject: [PATCH] Update restore.sh --- 1panel/restore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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