and when i execute "signal-event user-modify accountKey" from shellthe exit status is 1.
Dear Charlie,,i already check my /var/log/messages*, but i found no errors.if execute directly from shell, no error message.only occurs when i execute in the background, always give exit status 1.have any idea?Thanks.
only occurs when i execute in the background, ...
Code: [Select]Unless (system ("signal-event user-modify $ keyaccount") == 0) { die "exit status 1";}
Unless (system ("signal-event user-modify $ keyaccount") == 0) { die "exit status 1";}
I still get the exit status = 1,when using the script:Unless (system ("signal-event user-modify $ keyaccount") == 0) { die "exit status 1";}
die "signal-event returned non-zero" unless (system('signal-event', 'user-modify', '$keyaccount') == 0);