Fix login flow after rollback

This commit is contained in:
adminsopel
2026-05-01 10:13:50 +02:00
parent 96e1fb2a4e
commit 096bd5976b
9 changed files with 22 additions and 759 deletions

View File

@@ -1,7 +1,6 @@
#!/bin/bash
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
source "$SCRIPT_DIR/_common.sh"
source ./_common.sh
domain=$(yunohost app setting "$app" domain 2>/dev/null || echo "")