mirror of
https://codeberg.org/polyteknisk-radiogruppe/the_prg_server_configuration.git
synced 2026-06-13 18:28:55 +02:00
More typos...
This commit is contained in:
parent
deaece952a
commit
07a5510ad4
1 changed files with 5 additions and 5 deletions
|
|
@ -675,7 +675,7 @@ in {
|
||||||
auth_header="Authorization: Bearer"
|
auth_header="Authorization: Bearer"
|
||||||
fi
|
fi
|
||||||
# Output for debugging
|
# Output for debugging
|
||||||
${pkgs.util-linux}/bin.logger -s "DDNS Updater: Using auth_method ''${auth_method} with header ''${auth_header}"
|
${pkgs.util-linux}/bin/logger -s "DDNS Updater: Using auth_method ''${auth_method} with header ''${auth_header}"
|
||||||
|
|
||||||
|
|
||||||
###########################################
|
###########################################
|
||||||
|
|
@ -690,7 +690,7 @@ in {
|
||||||
|
|
||||||
# Output for debugging
|
# Output for debugging
|
||||||
CURL_EXIT=$?
|
CURL_EXIT=$?
|
||||||
${pkgs.util-linux}/bin.logger -s "DDNS Updater: Cloudflare GET exit=$CURL_EXIT response=$record"
|
${pkgs.util-linux}/bin/logger -s "DDNS Updater: Cloudflare GET exit=$CURL_EXIT response=$record"
|
||||||
|
|
||||||
###########################################
|
###########################################
|
||||||
## Check if the domain has an A record
|
## Check if the domain has an A record
|
||||||
|
|
@ -700,7 +700,7 @@ in {
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
# Output for debugging
|
# Output for debugging
|
||||||
${pkgs.util-linux}/bin.logger -s "DDNS Updater: Record found for ''${record_name}, checking IP..."
|
${pkgs.util-linux}/bin/logger -s "DDNS Updater: Record found for ''${record_name}, checking IP..."
|
||||||
|
|
||||||
|
|
||||||
###########################################
|
###########################################
|
||||||
|
|
@ -713,7 +713,7 @@ in {
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
# Output for debugging
|
# Output for debugging
|
||||||
${pkgs.util-linux}/bin.logger -s "DDNS Updater: Current IP ($CURRENT_IP) is different from old IP ($old_ip) for ''${record_name}, updating record..."
|
${pkgs.util-linux}/bin/logger -s "DDNS Updater: Current IP ($CURRENT_IP) is different from old IP ($old_ip) for ''${record_name}, updating record..."
|
||||||
|
|
||||||
|
|
||||||
###########################################
|
###########################################
|
||||||
|
|
@ -721,7 +721,7 @@ in {
|
||||||
###########################################
|
###########################################
|
||||||
record_identifier=$(echo "$record" | sed -E 's/.*"id":"([A-Za-z0-9_]+)".*/\\1/')
|
record_identifier=$(echo "$record" | sed -E 's/.*"id":"([A-Za-z0-9_]+)".*/\\1/')
|
||||||
# Output for debugging
|
# Output for debugging
|
||||||
${pkgs.util-linux}/bin.logger -s "DDNS Updater: Record identifier for ''${record_name} is ''${record_identifier}"
|
${pkgs.util-linux}/bin/logger -s "DDNS Updater: Record identifier for ''${record_name} is ''${record_identifier}"
|
||||||
|
|
||||||
|
|
||||||
###########################################
|
###########################################
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue