From 8eabd3768ddcd2d87a28f4e77538bf3f3761ecff Mon Sep 17 00:00:00 2001 From: "T. Joseph Carter" Date: Wed, 7 Dec 2016 07:14:08 -0800 Subject: [PATCH] a2serverrc: Remove devel environment vars These shouldn't have ever been set (that's why they have defaults everywhere they're used). Besides that, they've gone away now. --- scripts/tools/a2serverrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/tools/a2serverrc b/scripts/tools/a2serverrc index 0017a07..6be0a1f 100755 --- a/scripts/tools/a2serverrc +++ b/scripts/tools/a2serverrc @@ -1,6 +1,4 @@ #! /bin/bash # vim: set tabstop=4 shiftwidth=4 noexpandtab filetype=sh: -export A2SERVER_SCRIPT_URL="${A2SERVER_SCRIPT_URL:-https://raw.githubusercontent.com/RasppleII/a2server/current/}" -export A2SERVER_BINARY_URL="${A2SERVER_BINARY_URL:-http://ivanx.com/a2server/files/}" source /usr/local/etc/a2server-aliases