mirror of
https://github.com/acedanger/shell.git
synced 2025-12-06 03:20:12 -08:00
Compare commits
1 Commits
144dc6acb5
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ddf83a6564 |
@@ -587,7 +587,11 @@ update_signal() {
|
||||
return 0
|
||||
fi
|
||||
|
||||
distrobox-upgrade signal
|
||||
# Capture failure to prevent script exit due to set -e
|
||||
# Known issue: distrobox-upgrade may throw a stat error at the end despite success
|
||||
if ! distrobox-upgrade signal; then
|
||||
log_message "WARN" "Signal update reported an error (likely benign 'stat' issue). Continuing..."
|
||||
fi
|
||||
}
|
||||
|
||||
################################################################################
|
||||
|
||||
Reference in New Issue
Block a user