From 0b7fe4f5d25c74de19842a7e2028d01177c60490 Mon Sep 17 00:00:00 2001 From: belliash Date: Mon, 9 Jan 2012 11:55:39 +0100 Subject: [PATCH] load keys --- ezsync | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ezsync b/ezsync index 9ae759a..cfef43a 100755 --- a/ezsync +++ b/ezsync @@ -77,3 +77,8 @@ makeCoreDirectories # Enable notifications EZNOTIFY="yes" + +# Load necessary public keys +printInfo "Loading public keys..." +eval `keychain --noask --eval id_dsa id_rsa &> /dev/null` +[ ${?} -ne 0 ] && die "EzBuild was unable to load public keys!" 1