# ralsh exec "/bin/echo ID not found" unless="/bin/grep -q ID /etc/default/mpt-statusd"
If the "unless" command returns "1", the "exec" command is executed.
The inverted situation is covered by "onlyif". If the "onlyif" command returns "0", the "exec" command will be executed.
No comments:
Post a Comment