Skip to content

Commit

Permalink
fix URL
Browse files Browse the repository at this point in the history
  • Loading branch information
EvilOlaf authored and rpardini committed Dec 21, 2024
1 parent 4de1d11 commit 9a9f3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bsp/common/usr/bin/armbianmonitor
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
############################################################################

# Config:
declare -a paste_servers=("paste.next.armbian.com" "paste.next.armbian.de" "paste.armbian.com")
declare -a paste_servers=("paste.next.armbian.com" "paste.armbian.de" "paste.armbian.com")
if [[ "${PASTE_SERVER_HOST}" != "" ]]; then
echo "Using custom paste server: '${PASTE_SERVER_HOST}'"
paste_servers=("${PASTE_SERVER_HOST}" "${paste_servers[@]}")
Expand Down

0 comments on commit 9a9f3ab

Please sign in to comment.