Skip to content

Commit 6cf4c1e

Browse files
author
alasdair
committed
Revert "Have fork reference self"
This reverts commit 756cac4.
1 parent 01e6b09 commit 6cf4c1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

linuxgsm.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ userinput2="${2}"
4747
## GitHub Branch Select
4848
# Allows for the use of different function files
4949
# from a different repo and/or branch.
50-
githubuser="AlasdairHaig"
51-
githubrepo="LinuxGSM"
52-
githubbranch="master"
50+
[ -n "${LGSM_GITHUBUSER}" ] && githubuser="${LGSM_GITHUBUSER}" || githubuser="GameServerManagers"
51+
[ -n "${LGSM_GITHUBREPO}" ] && githubrepo="${LGSM_GITHUBREPO}" || githubrepo="LinuxGSM"
52+
[ -n "${LGSM_GITHUBBRANCH}" ] && githubbranch="${LGSM_GITHUBBRANCH}" || githubbranch="master"
5353

5454
# Check that curl is installed before doing anything
5555
if [ ! "$(command -v curl 2>/dev/null)" ]; then

0 commit comments

Comments
 (0)