From: Mark Huang Date: Mon, 8 May 2006 18:16:33 +0000 (+0000) Subject: - make gpg public key readable X-Git-Tag: myplc-0_4-rc1~41 X-Git-Url: http://git.onelab.eu/?p=myplc.git;a=commitdiff_plain;h=12f48e21756d158055e82c7ad4ea3d831b8444f9 - make gpg public key readable --- 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