diff --git a/misc/setomc.sh b/misc/setomc.sh index 2e775803..5b5d2abe 100644 --- a/misc/setomc.sh +++ b/misc/setomc.sh @@ -59,7 +59,7 @@ case "${M_ARG}" in echo "Not found ${C_ARG_UPPER} customized directory, nothing to be done" exit 1 fi - echo "Setting ${C_ARG_UPPER} customized OMC ..." + echo -n "Setting ${C_ARG_UPPER} customized OMC ..." for SQL in ${CustomizedDir}/db/*.sql; do mysql -u${USER} -p${PASSWORD} -P ${PORT} --protocol tcp -D ${DBNAME} < ${SQL}; done @@ -82,7 +82,7 @@ case "${M_ARG}" in echo "Not found ${C_ARG_UPPER} customized directory, nothing to be done" exit 1 fi - echo "Setting ${C_ARG_UPPER} customized OMC ..." + echo -n "Setting ${C_ARG_UPPER} customized OMC ..." for SQL in ${CustomizedDir}/db/*.sql; do mysql -u${USER} -p${PASSWORD} -P ${PORT} --protocol tcp -D ${DBNAME} < ${SQL}; done