Promote Stable Version #1

Merged
me merged 144 commits from prod into main 2026-08-05 15:44:08 -07:00
Showing only changes of commit 487399e18f - Show all commits
+5 -3
View File
@@ -600,13 +600,15 @@ eval "$(declare -F | grep -v _ | sed 's/-f /-fx /')"
#log "\n\n`date` - Run 'update-shared' to update."
title=TBD
message=TBD
reload-shared && {
success=0
reload-shared || success=1
if [[ $success == 0 ]]; then
title="env-shared Updated"
message="Updated with 'reload-shared'."
} || {
else
title="env-shared Updates Available"
message="Update with 'reload-shared'."
}
fi
if [[ -d /sdcard ]]; then
termux-notification \
-t "$title" \