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 -q
I get no reaction from the script. Same's on the shell.
If I do it without -q (quiet):
./amulecmd -pw mypass -c reloadipf
everything 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.
