Hello Folks,
I'm using amuled with amuleweb and amulecmd.
I wanted to reload my ipfilter.dat via cron within a shellscript using amulecmd.
If I use
./amulecmd -pw mypass -c reloadipf -qI get no reaction from the script. Same's on the shell.
If I do it without -q (quiet):
./amulecmd -pw mypass -c reloadipfeverything works fine, but I get output to stdout.
I've discussed that with Xaignar on IRC. After he checked the source, he found:
if (m_KeepQuiet) {
while(true) {
pause();
}
} else {
TextShell(ProgName, commands);
}and guessed, this would be a bug.
Cheers,
SlurmAddicted Chrille.
