Rebrand dedicated server as straywild

This commit is contained in:
Alexander Sellite 2026-08-25 17:14:33 -04:00
parent 481997b42c
commit c1b228475d
14 changed files with 132 additions and 132 deletions

View file

@ -10,12 +10,12 @@ if [[ ${EUID} -ne 0 ]]; then
exit 2
fi
install_root="${NETFISHING_INSTALL_ROOT:-/opt/netfishing-server}"
service_name="${NETFISHING_SERVICE_NAME:-netfishing-server.service}"
install_root="${straywild_INSTALL_ROOT:-/opt/straywild-server}"
service_name="${straywild_SERVICE_NAME:-straywild-server.service}"
releases_dir="${install_root}/releases"
if [[ "${install_root}" != /* || "${install_root}" == "/" ]]; then
echo "NETFISHING_INSTALL_ROOT must be a specific absolute directory." >&2
echo "straywild_INSTALL_ROOT must be a specific absolute directory." >&2
exit 2
fi
if [[ ! -L "${install_root}/current" || ! -L "${install_root}/previous" ]]; then