Compare commits

...

2 Commits

Author SHA1 Message Date
github-actions[bot]
30b73934bb update 2024-04-03 02:32:44 2024-04-03 02:32:44 +08:00
Ing
a40a4a58ef add space after the parenthesis 2024-04-02 20:48:13 +08:00
2 changed files with 7 additions and 7 deletions

Binary file not shown.

View File

@ -2630,11 +2630,11 @@ function downloadExts() {
return 1
fi
if [ "${2}" = "${TAG}" ]; then
MSG="$(TEXT "No new version.")"
MSG="$(TEXT "No new version.")\n"
if [ "${5}" = "-1" ]; then
echo "${T} - ${MSG}"
elif [ "${5}" = "0" ]; then
MSG+="$(printf "$(TEXT "Actual version is %s\nForce update?")" "${2}")"
MSG+="$(printf "$(TEXT "Actual version is %s.\nForce update?")" "${2}")"
DIALOG --title "${T}" \
--yesno "${MSG}" 0 0
[ $? -ne 0 ] && return 1