secrets.password-store: ignore ssh errors
This commit is contained in:
@@ -72,7 +72,7 @@ in
|
|||||||
)
|
)
|
||||||
remote_pass_info=$(ssh ${config.clan.networking.deploymentAddress} -- ${lib.escapeShellArg ''
|
remote_pass_info=$(ssh ${config.clan.networking.deploymentAddress} -- ${lib.escapeShellArg ''
|
||||||
cat ${config.clan.password-store.targetDirectory}/.pass_info || :
|
cat ${config.clan.password-store.targetDirectory}/.pass_info || :
|
||||||
''})
|
''} || :)
|
||||||
|
|
||||||
if test "$local_pass_info" = "$remote_pass_info"; then
|
if test "$local_pass_info" = "$remote_pass_info"; then
|
||||||
echo secrets already match
|
echo secrets already match
|
||||||
|
|||||||
Reference in New Issue
Block a user