Przeglądaj źródła

Added Additional Rsync Debugging

own3mall 6 lat temu
rodzic
commit
b666362c0a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      ogp_agent.pl

+ 1 - 1
ogp_agent.pl

@@ -2106,7 +2106,7 @@ sub start_rsync_install
 	my $installfile = create_bash_scripts( $home_path, $bash_scripts_path, $precmd, $postcmd, @installcmds );
 
 	my $screen_cmd = create_screen_cmd($screen_id, "./$installfile");
-	logger "Running rsync update: /usr/bin/rsync --log-file=" . AGENT_RUN_DIR . "/rsync_update_generic.log --archive --compress --copy-links --update --verbose rsync://$url '$home_path'";
+	logger "Running rsync update: /usr/bin/rsync --log-file=" . AGENT_RSYNC_GENERIC_LOG . " --archive --compress --copy-links --update --verbose rsync://$url '$home_path'";
 	system($screen_cmd);
 	
 	chdir AGENT_RUN_DIR;