mod/ssh-keys-import: $SSHKeysImportFile: fix file exists condition...

... which broke in commit 80aed200fd.
This commit is contained in:
Miquel Bonastre 2025-09-24 15:17:36 +02:00 committed by Christian Hesse
parent 2773fef9d8
commit 2c715096b9

View file

@ -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;
} }