mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-01-17 22:49:33 +00:00
Fix file exists condition in SSHKeysImportFile
This commit is contained in:
parent
59dc7e6d0c
commit
5e0eb648d2
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@
|
||||||
:return false;
|
:return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
:if ([ $FileExists $FileName ] = true) do={
|
:if ([ $FileExists $FileName ] = false) do={
|
||||||
$LogPrint warning $0 ("File '" . $FileName . "' does not exist.");
|
$LogPrint warning $0 ("File '" . $FileName . "' does not exist.");
|
||||||
:return false;
|
:return false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue