From e5fd1fe7a2303d3e0416fcddb1e2d24091e778b7 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Wed, 22 Jan 2025 21:12:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AE=89=E8=A3=85=E9=94=99=E8=AF=AF42:d?= =?UTF-8?q?o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debbuild/DEBIAN/postinst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debbuild/DEBIAN/postinst b/debbuild/DEBIAN/postinst index ebc35d2..02201a8 100644 --- a/debbuild/DEBIAN/postinst +++ b/debbuild/DEBIAN/postinst @@ -38,8 +38,8 @@ for CFile in ${CFileList}; do if [ -e "${OMCBinDir}/upgconf.sh" ] && [ "${CFile}" = "restconf.yaml" ]; then ${OMCBinDir}/upgconf.sh fi - fi -do + fi +done if [ ! -e "${FERootDir}/config.js" ]; then cp ${FERootDir}/default/config.js ${FERootDir};