forked from github/dataease
refactor: dectl 备份文件显示全路径
This commit is contained in:
parent
d11dd04fed
commit
c7491a3157
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user