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};