diff --git a/net/net.sh b/net/net.sh index 607f68fafa..dd763e8c2e 100755 --- a/net/net.sh +++ b/net/net.sh @@ -484,7 +484,7 @@ logs) ( set -x timeout 30s scp "${sshOptions[@]}" \ - "$ipAddress":solana/"$log".log log/remote-"$log"-"$ipAddress".log + "$ipAddress":solana/"$log".log "$netLogDir"/remote-"$log"-"$ipAddress".log ) || echo "failed to fetch log" } fetchRemoteLog "${fullnodeIpList[0]}" drone