Skip to content

Commit ec64dde

Browse files
authored
fix URL
1 parent 760aafc commit ec64dde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bsp/common/usr/bin/armbianmonitor

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
############################################################################
8383

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

0 commit comments

Comments
 (0)