Add amf_return return code everywhere

This commit is contained in:
maride
2017-09-02 15:07:59 +02:00
parent 3fcf5a6a96
commit 4c4b8b624c
10 changed files with 22 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
#!/bin/bash
amf_return=0
dirmngr &
pacman-key --populate
pacman-key --refresh-keys
pacman-key --populate || amf_return=1
pacman-key --refresh-keys || amf_return=1