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.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."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
# Documentation for main
|
||||
def main [] {
|
||||
update_flatpaks
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue