in reply to Re^2: FR Reload Issues
in thread FR Reload Issues
system("sudo ssh $addr echo Hello") && die("Failed to 'sudo ssh $addr echo Hello': $?");
If that works then you know the problem isn't with sudo or ssh. You need to look at $reloadcmd and figure out why it's failing. You haven't told us anything about this code so it's hard to know why it might exit(0).
-sam
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: FR Reload Issues
by amt (Monk) on Nov 04, 2004 at 14:48 UTC |