mirror of
https://github.com/dataease/dataease.git
synced 2026-05-14 21:12:33 +08:00
refactor: dectl 备份文件显示全路径
This commit is contained in:
@@ -354,7 +354,7 @@ function backup() {
|
||||
echo "备份失败"
|
||||
exit 1
|
||||
else
|
||||
echo "备份成功,备份文件 : $backup_file_name"
|
||||
echo "备份成功,备份文件 : $(pwd)/$backup_file_name"
|
||||
fi
|
||||
|
||||
if [[ $need_stop == 1 ]];then
|
||||
|
||||
Reference in New Issue
Block a user