style: Add more info about which extension is installed in logs

This commit is contained in:
fiftydinar 2024-04-09 09:05:42 +02:00
parent ae1a7b53bf
commit c2ffe9c20e

View file

@ -63,6 +63,7 @@ if [[ ${#GETTEXT_DOMAIN[@]} -gt 0 ]]; then
# Delete the temporary directory
echo "Cleaning up the temporary directory"
rm -r "${TMP_DIR}"
echo "Extension ${EXTENSION_NAME} is successfully installed"
echo "------------------------------DONE----------------------------------"
done
else