mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-12-06 01:49:28 +00:00
mod/ssh-keys-import: $SSHKeysImportFile: fix file exists condition...
... which broke in commit 80aed200fd.
This commit is contained in:
parent
2773fef9d8
commit
2c715096b9
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@
|
|||
:return false;
|
||||
}
|
||||
|
||||
:if ([ $FileExists $FileName ] = true) do={
|
||||
:if ([ $FileExists $FileName ] = false) do={
|
||||
$LogPrint warning $0 ("File '" . $FileName . "' does not exist.");
|
||||
:return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue