Просмотр исходного кода

Updated functions url location

Daniel Gibbs 10 лет назад
Родитель
Сommit
e5a31b0320

+ 1 - 1
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}"

+ 1 - 1
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}"

+ 1 - 1
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}"

+ 1 - 1
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}"

+ 1 - 1
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}"

+ 1 - 1
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}"

+ 1 - 1
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}"