Fix lnms update command (#12182)

hmm, other schema noise must be from manual modification as this is generated from a freshly migrated db.
This commit is contained in:
Tony Murray
2020-10-03 11:27:59 -05:00
committed by GitHub
parent ff4dcd5678
commit 6d2a8867dc

View File

@ -150,7 +150,7 @@ Artisan::command('device:remove
})->describe('Remove a device');
Artisan::command('update', function () {
(new Process(base_path('daily.sh')))->setTty(true)->run();
(new Process([base_path('daily.sh')]))->setTty(true)->run();
})->describe(__('Update LibreNMS and run maintenance routines'));
Artisan::command('poller:ping