Compare commits
No commits in common. "c14bc08deb8ab9dbc65e076a6e46e7f781992413" and "7752aab7136efb640a35e59ad664fb94ea54a963" have entirely different histories.
c14bc08deb
...
7752aab713
|
@ -9,6 +9,7 @@
|
||||||
<h1 class="ui icon header title">
|
<h1 class="ui icon header title">
|
||||||
{{AppName}}
|
{{AppName}}
|
||||||
</h1>
|
</h1>
|
||||||
|
<h2>{{.locale.Tr "startpage.app_desc"}}</h2>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -118,7 +118,8 @@ in
|
||||||
send_email=yes
|
send_email=yes
|
||||||
email_subject="Upgrade failed (exit code $exit_code)"
|
email_subject="Upgrade failed (exit code $exit_code)"
|
||||||
email_body="The system upgrade started at $start_time has failed with exit code $exit_code."
|
email_body="The system upgrade started at $start_time has failed with exit code $exit_code."
|
||||||
else
|
fi
|
||||||
|
|
||||||
echo "→ Determining package differences." | tee -a "$output_file"
|
echo "→ Determining package differences." | tee -a "$output_file"
|
||||||
installed_packages()
|
installed_packages()
|
||||||
{
|
{
|
||||||
|
@ -173,7 +174,6 @@ in
|
||||||
${nixos-rebuild} switch ${toString cfg.flags} 2>&1 | tee -a "$output_file" || exit_code=$?
|
${nixos-rebuild} switch ${toString cfg.flags} 2>&1 | tee -a "$output_file" || exit_code=$?
|
||||||
fi
|
fi
|
||||||
''}
|
''}
|
||||||
fi
|
|
||||||
|
|
||||||
upgrade_output="$(cat "$output_file")"
|
upgrade_output="$(cat "$output_file")"
|
||||||
rm -f "$output_file"
|
rm -f "$output_file"
|
||||||
|
|
Loading…
Reference in a new issue