Merge pull request #9735 from dataease/pr@v2_refactor_dectl

refactor: dectl 备份文件显示全路径
This commit is contained in:
fit2cloudrd 2024-05-20 17:29:28 +08:00 committed by GitHub
commit 2d6f14f19d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -354,7 +354,7 @@ function backup() {
echo "备份失败" echo "备份失败"
exit 1 exit 1
else else
echo "备份成功,备份文件 : $backup_file_name" echo "备份成功,备份文件 : $(pwd)/$backup_file_name"
fi fi
if [[ $need_stop == 1 ]];then if [[ $need_stop == 1 ]];then