mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix typo: purge-port.php file name (#14712)
This commit is contained in:
@@ -33,5 +33,5 @@ purge-ports.php with that file as input:
|
||||
|
||||
```
|
||||
echo 'SELECT port_id FROM ports, devices WHERE devices.device_id = ports.device_id AND deleted = 1' | mysql -h your_DB_server -u your_DB_user -p --skip-column-names your_DB_name > ports_to_delete
|
||||
./purge-ports.php -f ports_to_delete
|
||||
./purge-port.php -f ports_to_delete
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user