This commit is contained in:
zhangsz
2025-06-16 16:24:57 +08:00
parent 9f173a5bfb
commit 2fe18cc937

View File

@@ -62,7 +62,7 @@ case "${M_ARG}" in
echo "Not found ${C_ARG_UPPER} customized directory, nothing to be done"
exit 1
fi
echo -n "Setting ${C_ARG_UPPER} customized OMC ..."
echo -n "Setting ${C_ARG_UPPER} customized PSAP ..."
for SQL in ${CustomizedDir}/db/*.sql; do
mysql -u${USER} -p${PASSWORD} -P ${PORT} --protocol tcp -D ${DBNAME} < ${SQL};
done
@@ -89,7 +89,7 @@ case "${M_ARG}" in
echo "Not found ${C_ARG_UPPER} customized directory, nothing to be done"
exit 1
fi
echo -n "Setting ${C_ARG_UPPER} customized OMC ..."
echo -n "Setting ${C_ARG_UPPER} customized PSAP ..."
for SQL in ${CustomizedDir}/db/*.sql; do
mysql -u${USER} -p${PASSWORD} -P ${PORT} --protocol tcp -D ${DBNAME} < ${SQL};
done