From 2fe18cc93746a6dc17733c417c0ccd0bd0137959 Mon Sep 17 00:00:00 2001 From: zhangsz Date: Mon, 16 Jun 2025 16:24:57 +0800 Subject: [PATCH] fix: ... --- misc/setpsap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/setpsap.sh b/misc/setpsap.sh index 2a978a4a..437e781e 100755 --- a/misc/setpsap.sh +++ b/misc/setpsap.sh @@ -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