Moved the Finished line at the end

This commit is contained in:
Eduard Tolosa 2018-07-23 00:52:44 -05:00
parent 9f04f97d44
commit c9e32cf10e

View file

@ -100,10 +100,10 @@ if [ "$yn" = "y" ]; then
printf "\n\e[1;32m%-6s\e[m\n%s\n" "Info: Removing previously compiled packages..."
for ipackage in "$@"; do
rm -rf "$basebuilddir/$ipackage"
printf "\n\e[1;32m%-6s\e[m\n%s\n" "Finished."
done
else
printf "\n\e[1;32m%-6s\e[m\n%s\n" "Info: Instalation completed."
fi
rm -f "$lockfile"
printf "\e[1;32m%-6s\e[m\n%s\n" "Finished."
exit