Module: nagvis Branch: master Commit: e650c3272d2f05b3bd61904247ee0116270ea3e6 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=e650c3272d2f05b3bd61904247ee0116270ea3e6
Author: Lars Michelsen <[email protected]> Date: Sun May 2 16:53:27 2010 +0200 Keeping saved permissions during update --- install.sh | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/install.sh b/install.sh index a70e1d2..86c2b23 100755 --- a/install.sh +++ b/install.sh @@ -1373,6 +1373,7 @@ if [ "$INSTALLER_ACTION" = "update" -a "$NAGVIS_VER_OLD" != "UNKNOWN" ]; then LINE="Restoring auth database file..." copy "" "$NAGVIS_AUTH_DB" "auth database file" + copy "" "$AUTH_BACKUP" "auth backup file" LINE="Restoring custom stylesheets..." copy "" "$USERFILES_DIR/styles" "stylesheets" ------------------------------------------------------------------------------ _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
