Files
html/api/wired-pending/intent-opus4-tip_chattr_dance.php
opus 1e000c42ca
Some checks failed
WEVAL NonReg / nonreg (push) Has been cancelled
auto-sync via WEVIA git_sync_all intent 2026-04-20T01:41:40+02:00
2026-04-20 01:41:41 +02:00

15 lines
477 B
PHP

<?php
return array (
'name' => 'tip_chattr_dance',
'triggers' =>
array (
0 => 'chattr dance',
1 => 'chattr sudo nopasswd',
2 => 'chattr i pattern',
),
'cmd' => 'echo tip chattr dance - sudo chattr -i file before write ; sudo chattr +i file after write ; www-data has sudo nopasswd pour chattr ; sans cela file_put_contents fail silent',
'status' => 'EXECUTED',
'created_at' => '2026-04-19T13:48:40+00:00',
'source' => 'opus4-autowire-early-v2',
);