How did I miss this
This commit is contained in:
parent
fd30000380
commit
1e0abd2d61
|
@ -11,13 +11,13 @@ 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 {
|
||||||
} else {
|
notify "Unattended update complete.\nConsider restarting presently running flatpaks."
|
||||||
notify "Unattended update complete.\nConsider restarting presently running flatpaks."
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# Documentation for main
|
# Documentation for main
|
||||||
def main [] {
|
def main [] {
|
||||||
update_flatpaks
|
update_flatpaks
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue