mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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:
@ -150,7 +150,7 @@ Artisan::command('device:remove
|
|||||||
})->describe('Remove a device');
|
})->describe('Remove a device');
|
||||||
|
|
||||||
Artisan::command('update', function () {
|
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'));
|
})->describe(__('Update LibreNMS and run maintenance routines'));
|
||||||
|
|
||||||
Artisan::command('poller:ping
|
Artisan::command('poller:ping
|
||||||
|
Reference in New Issue
Block a user