This commit is contained in:
Valeria Fadeeva 2025-01-24 11:19:51 +05:00
parent 919ea8fcf2
commit c17751a78d
1 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,8 @@ key_status1=$(env LANG=C pacman-key -f valeria@fadeeva.me 2>&1 | grep "unknown")
key_status2=$(env LANG=C pacman-key -f erik.dubois@gmail.com 2>&1 | grep "unknown") key_status2=$(env LANG=C pacman-key -f erik.dubois@gmail.com 2>&1 | grep "unknown")
if [[ -z $key_status1 ]] && [[ -z $key_status2 ]]; then if [[ -z $key_status1 ]] && [[ -z $key_status2 ]]; then
echo "Nothing to do."
echo "Finish!"
exit exit
fi fi
@ -148,7 +150,7 @@ do
fi fi
done done
echo "Finish!!!" echo "Finish!"
echo "This window may close!" echo "This window may close!"