Enhance entrypoint script with backup service functions and debug logging
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
gyurix
2025-07-22 11:58:15 +02:00
parent adb579572c
commit 77079a019c

View File

@@ -102,10 +102,14 @@ fi
backup_query_state() { backup_query_state() {
echo "backup_query_state"
} }
backup_set_service() { backup_set_service() {
echo "backup_set_service"
} }
backup_set_client() { backup_set_client() {
@@ -204,10 +208,15 @@ backup_set_client() {
} }
backup_challenge_clients() { backup_challenge_clients() {
echo "backup_challenge_clients"
} }
restore_from_backup() { restore_from_backup() {
echo "restore_from_backup"
} }
create_htpasswd_file() { create_htpasswd_file() {