This commit is contained in:
Valeria Fadeeva 2025-01-31 12:06:58 +05:00
parent cab12d8cd9
commit d3751a12a3
1 changed files with 9 additions and 9 deletions

View File

@ -1,15 +1,15 @@
#!/bin/bash #!/bin/bash
key_status1=$(env LANG=C pacman-key -f valeria@fadeeva.me 2>&1 | grep "unknown") # 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 "Nothing to do."
echo "Finish!" # echo "Finish!"
exit # exit
fi # fi
if [[ "$UID" != 0 ]]; then if [[ "$UID" != 0 ]]; then
counter=0 counter=0