- only look for .xml files in /etc/planetlab/configs
[myplc.git] / guest.init
index 38632fe..c2e5aae 100755 (executable)
@@ -6,7 +6,7 @@
 #
 # description: Manages all PLC services on this machine
 #
-# $Id: guest.init,v 1.19 2006/07/10 21:10:21 mlhuang Exp $
+# $Id: guest.init,v 1.20 2006/08/08 23:19:52 mlhuang Exp $
 #
 
 # Source function library and configuration
@@ -39,7 +39,7 @@ reload ()
     # overlaid with site-specific and current values.
     files=(
        /etc/planetlab/default_config.xml 
-       /etc/planetlab/configs/*
+       /etc/planetlab/configs/*.xml
        /etc/planetlab/plc_config.xml
     )
     for file in "${files[@]}" ; do