From 12f48e21756d158055e82c7ad4ea3d831b8444f9 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Mon, 8 May 2006 18:16:33 +0000 Subject: [PATCH] - make gpg public key readable --- plc.d/gpg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plc.d/gpg b/plc.d/gpg index 52f6aed..4f1dc06 100755 --- a/plc.d/gpg +++ b/plc.d/gpg @@ -7,7 +7,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: gpg,v 1.1 2006/04/06 21:51:59 mlhuang Exp $ +# $Id: gpg,v 1.2 2006/04/25 21:18:19 mlhuang Exp $ # # Source function library and configuration @@ -44,7 +44,8 @@ EOF check rm -f /dev/random mknod /dev/random c 1 8 - chmod 600 $PLC_ROOT_GPG_KEY_PUB $PLC_ROOT_GPG_KEY + chmod 644 $PLC_ROOT_GPG_KEY_PUB + chmod 600 $PLC_ROOT_GPG_KEY result "$MESSAGE" fi -- 2.45.2