mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Tidy device deletion
This commit is contained in:
@@ -248,7 +248,7 @@ function delete_device($id)
|
||||
|
||||
shell_exec("rm -rf ".trim($config['rrd_dir'])."/$host");
|
||||
|
||||
$ret = "Removed device $host\n";
|
||||
$ret = "Removed device $host";
|
||||
return $ret;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user