Browse Source

Updated functions url location

pull/820/merge
Daniel Gibbs 9 years ago
parent
commit
e5a31b0320
  1. 2
      JustCause2/jc2server
  2. 2
      UnrealTournament2004/ut2k4server
  3. 2
      UnrealTournament99/ut99server
  4. 2
      functions/core_dl.sh
  5. 2
      functions/core_functions.sh
  6. 2
      lgsm/functions/core_dl.sh
  7. 2
      lgsm/functions/core_functions.sh

2
JustCause2/jc2server

@ -81,7 +81,7 @@ consolelogdate="${consolelogdir}/${servicename}-console-$(date '+%d-%m-%Y-%H-%M-
# Fetches core_dl for file downloads
fn_fetch_core_dl(){
github_file_url_dir="functions"
github_file_url_dir="lgsm/functions"
github_file_url_name="${functionfile}"
filedir="${functionsdir}"
filename="${github_file_url_name}"

2
UnrealTournament2004/ut2k4server

@ -75,7 +75,7 @@ githubbranch="master"
# Fetches core_dl for file downloads
fn_fetch_core_dl(){
github_file_url_dir="functions"
github_file_url_dir="lgsm/functions"
github_file_url_name="${functionfile}"
filedir="${functionsdir}"
filename="${github_file_url_name}"

2
UnrealTournament99/ut99server

@ -75,7 +75,7 @@ consolelogdate="${consolelogdir}/${servicename}-console-$(date '+%d-%m-%Y-%H-%M-
# Fetches core_dl for file downloads
fn_fetch_core_dl(){
github_file_url_dir="functions"
github_file_url_dir="lgsm/functions"
github_file_url_name="${functionfile}"
filedir="${functionsdir}"
filename="${github_file_url_name}"

2
functions/core_dl.sh

@ -188,7 +188,7 @@ fn_fetch_file "${fileurl}" "${filedir}" "${filename}" "${executecmd}" "${run}" "
# Fetches functions
fn_fetch_function(){
github_file_url_dir="functions" # github dir containing the file
github_file_url_dir="lgsm/functions" # github dir containing the file
github_file_url_name="${functionfile}" # name of the github file
githuburl="https://raw.githubusercontent.com/${githubuser}/${githubrepo}/${githubbranch}/${github_file_url_dir}/${github_file_url_name}"
fileurl="${githuburl}"

2
functions/core_functions.sh

@ -26,7 +26,7 @@ if [ -z "${lgsmdir}" ]; then
fi
fn_fetch_core_dl(){
github_file_url_dir="functions"
github_file_url_dir="lgsm/functions"
github_file_url_name="${functionfile}"
filedir="${functionsdir}"
filename="${github_file_url_name}"

2
lgsm/functions/core_dl.sh

@ -188,7 +188,7 @@ fn_fetch_file "${fileurl}" "${filedir}" "${filename}" "${executecmd}" "${run}" "
# Fetches functions
fn_fetch_function(){
github_file_url_dir="functions" # github dir containing the file
github_file_url_dir="lgsm/functions" # github dir containing the file
github_file_url_name="${functionfile}" # name of the github file
githuburl="https://raw.githubusercontent.com/${githubuser}/${githubrepo}/${githubbranch}/${github_file_url_dir}/${github_file_url_name}"
fileurl="${githuburl}"

2
lgsm/functions/core_functions.sh

@ -26,7 +26,7 @@ if [ -z "${lgsmdir}" ]; then
fi
fn_fetch_core_dl(){
github_file_url_dir="functions"
github_file_url_dir="lgsm/functions"
github_file_url_name="${functionfile}"
filedir="${functionsdir}"
filename="${github_file_url_name}"

Loading…
Cancel
Save