You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gave a "no route to host" for https://www.openmptcprouter.com. Odd, given that line 772, etc, had same form and had no problem. I added quotes to that line and the script successfully completed.
I was executing the snapshot/server-test version of
debian-x86_64.sh
last night on a fresh VPS running Debian 12, and it died 3x in a row on line 795:wget -O /lib/systemd/system/[email protected] ${VPSURL}${VPSPATH}/[email protected]
Gave a "no route to host" for https://www.openmptcprouter.com. Odd, given that line 772, etc, had same form and had no problem. I added quotes to that line and the script successfully completed.
wget -O "/lib/systemd/system/[email protected]" "${VPSURL}${VPSPATH}/[email protected]"
The text was updated successfully, but these errors were encountered: