fix: indent and spaces

This commit is contained in:
2024-07-05 11:56:39 +08:00
parent 1c99052d81
commit 38bf419ea9
2 changed files with 94 additions and 88 deletions

View File

@@ -67,6 +67,9 @@ case "${M_ARG}" in
cp -rf ${CustomizedDir}/doc/* ${OMCStaticDir}/helpDoc
#perl -0777 -i -pe 's/omcuser/bluearcus/g' ${OMCRootDir}/etc/default/restconf.yaml
#perl -0777 -i -pe 's/omcuser/bluearcus/g' ${OMCBinDir}/nehosts
if [ $? = 0 ]; then
echo "done"
fi
fi
;;
upgrade | upgvue3)
@@ -85,6 +88,9 @@ case "${M_ARG}" in
done
cp -rf ${CustomizedDir}/logo/* ${OMCStaticDir}/logo
cp -rf ${CustomizedDir}/doc/* ${OMCStaticDir}/helpDoc
if [ $? = 0 ]; then
echo "done"
fi
fi
;;
*)