Module: nagvis Branch: master Commit: fcb7e8f2be42786717348d339fd9d3fb5b81d8fc URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=fcb7e8f2be42786717348d339fd9d3fb5b81d8fc
Author: Lars Michelsen <[email protected]> Date: Wed Jul 14 18:24:13 2010 +0200 Fixed problem while restoring custom template images --- install.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/install.sh b/install.sh index 782cd4f..cfb94a5 100755 --- a/install.sh +++ b/install.sh @@ -1459,7 +1459,7 @@ if [ "$INSTALLER_ACTION" = "update" -a "$NAGVIS_VER_OLD" != "UNKNOWN" ]; then copy "\/default\..+$" "$USERFILES_DIR/templates" "templates" LINE="Restoring custom template images..." - copy "\/tmpl\.default.+$" "$USERFILES_DIR/images/templates" "template images" + copy "\/default.+$" "$USERFILES_DIR/images/templates" "template images" LINE="Restoring custom gadgets..." copy "\/(gadgets_core\.php|std_.+\.php)$" "$USERFILES_DIR/gadgets" "gadgets" ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
