Fix plugin updates.

This commit is contained in:
Greyson Parrelli
2026-08-06 22:52:15 -04:00
parent 0f43f6c1f2
commit 3406c622c5
6 changed files with 224 additions and 35 deletions
+5 -1
View File
@@ -102,7 +102,11 @@ cmd-google-auth-report() {
# Worth calling out: every per-app list below is being ignored, and the
# apps that have one are falling back to the broader global list.
dokku_log_verbose "Service: running, but IGNORING all per-app lists"
dokku_log_verbose " (started without the per-app config; fix with: dokku google-auth:restart)"
if ! fn-ga-image-current; then
dokku_log_verbose " (the service image is older than the plugin; fix with: dokku google-auth:restart)"
else
dokku_log_verbose " (started without the per-app config; fix with: dokku google-auth:restart)"
fi
fi
local app