mirror of
https://github.com/edu4rdshl/simpleaur.git
synced 2026-07-17 23:24:46 +00:00
Moved the Finished line at the end
This commit is contained in:
parent
9f04f97d44
commit
c9e32cf10e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue