antibody.sh

1 seule notification même si plusieurs màj
This commit is contained in:
2020-10-02 15:06:38 +02:00
parent 731142630b
commit 81c8ad34aa

View File

@@ -103,9 +103,13 @@ if [ -n "$updated" ]; then
echo "Last commit: "$url"/commits/"$last_commit echo "Last commit: "$url"/commits/"$last_commit
# https://github.com/zsh-users/zsh-completions/commits/ # https://github.com/zsh-users/zsh-completions/commits/
notif="$module has been updated" #notif="$module has been updated"
notification "$notif" #notification "$notif"
modules+="$module "
done done
notif="$modules has been updated"
notification "$notif"
else else
echo -e "\033[4mNo Antibody modules to update.\033[0m" echo -e "\033[4mNo Antibody modules to update.\033[0m"
echo "" echo ""