style: Make "DONE" in logs symmetric & get rid of gettext-domain term
This commit is contained in:
parent
2f711abb2a
commit
bb56fb94a8
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue