How did I miss this
This commit is contained in:
parent
fd30000380
commit
1e0abd2d61
|
@ -11,9 +11,9 @@ def update_flatpaks [] {
|
||||||
if $flatpak_status != 0 {
|
if $flatpak_status != 0 {
|
||||||
if $flatpak_status.stderr != "" {
|
if $flatpak_status.stderr != "" {
|
||||||
notify $flatpak_status.stderr "stderr"
|
notify $flatpak_status.stderr "stderr"
|
||||||
|
} else {
|
||||||
|
notify "Unattended update complete.\nConsider restarting presently running flatpaks."
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
notify "Unattended update complete.\nConsider restarting presently running flatpaks."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue