diff options
author | pennae <pennae.git@eno.space> | 2023-09-27 17:50:01 +0200 |
---|---|---|
committer | pennae <pennae.git@eno.space> | 2023-09-27 21:41:25 +0200 |
commit | 01e776a5c3d6e4929e9fd7c65e6c328519040810 (patch) | |
tree | 08d8411b594c7a28fb0d70a0fdf99814ff589a7a /openwrt/default.nix | |
parent | 277569bfc04a577a189e87b82ef78a51e8f988ee (diff) | |
download | dewclaw-01e776a5c3d6e4929e9fd7c65e6c328519040810.tar.gz dewclaw-01e776a5c3d6e4929e9fd7c65e6c328519040810.tar.xz dewclaw-01e776a5c3d6e4929e9fd7c65e6c328519040810.zip |
improve on-device logging slightly
tell the user that a deployment has failed and log reboot messages from
the device, just in case the network broke before the reboot (in which
case logging the reboot event from the deploying host would be misleading)
Diffstat (limited to 'openwrt/default.nix')
-rw-r--r-- | openwrt/default.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/openwrt/default.nix b/openwrt/default.nix index d609760..47f2946 100644 --- a/openwrt/default.nix +++ b/openwrt/default.nix @@ -100,8 +100,6 @@ let ${s.apply} '') steps} - - log 'rebooting device ...' ''; rollback_timeout = config.deploy.rollbackTimeout; } '' |