aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'snapshots-create.sh')
-rwxr-xr-xsnapshots-create.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/snapshots-create.sh b/snapshots-create.sh
index 4913759..5255a85 100755
--- a/snapshots-create.sh
+++ b/snapshots-create.sh
@@ -36,11 +36,7 @@ FILENAME="portage-${YESTERDAY}.tar.bz2"
# Parallel compressors can use a LOT of cpu, be nice about it
NICE="nice -n 10"
-# GPG info
-#SIGNKEYID="886182289048D40B3C3BADDA6DC226AAD8BA32AA"
-#SIGNKEYID="4AC0D5FE8F9296BA6A060A2ABB1D301B7DDAD20D"
-#SIGNKEYID="AE5454F967B56AB09AE160640838C26E239C75C4"
-SIGNKEYID="DCD05B71EAB94199527F44ACDB6B8C1F96D8BF6D"
+SIGNKEYID=${SIGNKEYID_snapshot}
if [[ ! $(gpg -k | grep ${SIGNKEYID}) ]]; then
echo "${SIGNKEYID} not imported! exiting"