
{
 $OUT = "";
 $OUT .= "acl allow execute always = yes\n" if ( ( $ibay->prop('AllowExecute') || 'disabled') eq "enabled" );
}

