forked from mirrors_public/oddlama_nix-config
fix(deploy): ignore missing nvd
This commit is contained in:
parent
26d3f17451
commit
957d9575fd
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@
|
|||
ssh "$host" -- "$store_path"/bin/switch-to-configuration "$ACTION" \
|
||||
|| echo "Error while activating new system" >&2
|
||||
if [[ -n "$prev_system" ]]; then
|
||||
ssh "$host" -- nvd --color always diff "$prev_system" "$store_path"
|
||||
ssh "$host" -- nvd --color always diff "$prev_system" "$store_path" || true
|
||||
fi
|
||||
time_next
|
||||
echo "[1;32m Applied [m✅ [34m$host[m [90min ''${T_LAST}s[m"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue