path($this->photoJob->image_path); $script = base_path('convert_to_comic.sh'); $result = Process::timeout(0)->run('bash ' . escapeshellarg($script) . ' ' . escapeshellarg($absolutePath)); $this->photoJob->update([ 'status' => $result->successful() ? 'done' : 'failed', ]); } }