Author: Lars Michelsen <[email protected]>
Date: Sat Dec 3 20:05:32 2011 +0100
Committer: Lars Michelsen <[email protected]>
Commit-Date: Sat Dec 3 20:05:32 2011 +0100
Fixed demo automap config file during update
---
install.sh | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/install.sh b/install.sh
index 9b3517d..e7eafac 100755
--- a/install.sh
+++ b/install.sh
@@ -1480,10 +1480,10 @@ if [ "$INSTALLER_ACTION" = "update" -a
"$NAGVIS_VER_OLD" != "UNKNOWN" ]; then
restore "etc/nagvis-site.ini.php" "site main configuration file" ""
LINE="Restoring custom map configuration files..."
- restore "etc/maps/" "map configuration files" "/*demo*.cfg"
+ restore "etc/maps/" "map configuration files" "/demo*.cfg"
LINE="Restoring custom automap configuration files..."
- restore "etc/automaps/" "automap configuration files" "/__automap.cfg"
+ restore "etc/automaps/" "automap configuration files" "/demo*.cfg"
LINE="Restoring user configuration files..."
if [ -d $NAGVIS_PATH_BACKUP/etc/profiles ]; then
@@ -1496,7 +1496,7 @@ if [ "$INSTALLER_ACTION" = "update" -a "$NAGVIS_VER_OLD"
!= "UNKNOWN" ]; then
fi
LINE="Restoring custom map images..."
- restore "$USERFILES_DIR/images/maps/" "map image files" "/*demo*.png"
+ restore "$USERFILES_DIR/images/maps/" "map image files" "/demo*.png"
LINE="Restoring custom gadget images..."
restore "$USERFILES_DIR/images/gadgets/" "gadget image files" ""
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure
contains a definitive record of customers, application performance,
security threats, fraudulent activity, and more. Splunk takes this
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins