increase revision id to 1.2 for previous changes
[myplc.git] / plc.d / gpg
index 48c643e..04ef2fc 100755 (executable)
--- a/plc.d/gpg
+++ b/plc.d/gpg
@@ -7,13 +7,16 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: gpg,v 1.5 2006/05/17 22:52:09 mlhuang Exp $
+# $Id: gpg,v 1.6 2006/05/18 17:34:10 mlhuang Exp $
 #
 
 # Source function library and configuration
 . /etc/plc.d/functions
 . /etc/planetlab/plc_config
 
+# Be verbose
+set -x
+
 case "$1" in
     start)
        if [ ! -f $PLC_ROOT_GPG_KEY_PUB -o ! -f $PLC_ROOT_GPG_KEY ] ; then