Skip to content

Commit a01ceb1

Browse files
chalice-1831wyyalt
authored andcommitted
fix: aix安装插件时移除解压插件包产生的临时文件夹(closed #2709)
1 parent d861a36 commit a01ceb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

script_tools/plugin_scripts/update_binary.ksh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ else
114114
export PLUGIN_TMP_DIR=external_plugins
115115
fi
116116
cp -R -f ${PLUGIN_TMP_DIR} $GSE_HOME
117+
rm -R -f ${PLUGIN_TMP_DIR} # 避免遗留的临时文件夹在后续安装新的插件时覆盖现有插件文件
117118

118119
ret=$?
119120

0 commit comments

Comments
 (0)