Fix typo: purge-port.php file name (#14712)

This commit is contained in:
Santiago Z
2022-12-09 05:09:58 -03:00
committed by GitHub
parent f539c3f7f5
commit ea2ef79de1

View File

@@ -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
```