style: Make "DONE" in logs symmetric & get rid of gettext-domain term

This commit is contained in:
fiftydinar 2024-04-10 18:50:27 +02:00
parent 2f711abb2a
commit bb56fb94a8

View file

@ -75,10 +75,10 @@ if [[ ${#GETTEXT_DOMAIN[@]} -gt 0 ]]; then
echo "Cleaning up the temporary directory"
rm -r "${TMP_DIR}"
echo "Extension '${EXTENSION_NAME}' is successfully installed"
echo "------------------------------DONE----------------------------------"
echo "----------------------------------DONE----------------------------------"
done
else
echo "ERROR: You did not specify gettext-domain in module recipe file"
echo "ERROR: You did not specify extension to install in module recipe file"
exit 1
fi