generated from me/template-mit
Just auto update, yo!
This commit is contained in:
11
rc_shared.sh
11
rc_shared.sh
@@ -591,8 +591,15 @@ eval "$(declare -F | grep -v _ | sed 's/-f /-fx /')"
|
||||
#log "\n\n`date` - env-shared has been improved."
|
||||
#log " '$status'"
|
||||
#log "\n\n`date` - Run 'update-shared' to update."
|
||||
title="env-shared Updates Available"
|
||||
message="Update with 'reload-shared'."
|
||||
title=TBD
|
||||
message=TBD
|
||||
reload-shared && (
|
||||
title="env-shared Updated"
|
||||
message="Updated with 'reload-shared'."
|
||||
) || (
|
||||
title="env-shared Updates Available"
|
||||
message="Update with 'reload-shared'."
|
||||
)
|
||||
if [[ -d /sdcard ]]; then
|
||||
termux-notification \
|
||||
-t "$title" \
|
||||
|
||||
Reference in New Issue
Block a user