php執行shell指令碼需要sudo許可權

冯元春發表於2024-11-23
 $res = shell_exec("git -C /var/www/hyperf pull 2>&1");

啟動hyperf專案

sudo php bin/hyperf.php start

相關文章