Add amf_return return code everywhere
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user