Update
This commit is contained in:
parent
cab12d8cd9
commit
d3751a12a3
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue