Browse Source

corrected path

pull/1477/head
Daniel Gibbs 8 years ago
parent
commit
6e5a93a827
  1. 2
      lgsm/functions/command_update_functions.sh

2
lgsm/functions/command_update_functions.sh

@ -15,7 +15,7 @@ fn_script_log_info "Updating functions"
echo -ne "\n"
echo -ne " checking _default.cfg...\c"
function_file_diff=$(diff "${functionsdir}/${functionfile}" <(${curlpath} -s "https://raw.githubusercontent.com/${githubuser}/${githubrepo}/${githubbranch}/lgsm/config-default/config-lgsm/${servername}/_default.cfg"))
function_file_diff=$(diff "${configdirdefault}/config-lgsm/${servername}/_default.cfg" <(${curlpath} -s "https://raw.githubusercontent.com/${githubuser}/${githubrepo}/${githubbranch}/lgsm/config-default/config-lgsm/${servername}/_default.cfg"))
if [ "${function_file_diff}" != "" ]; then
fn_print_update_eol_nl
fn_script_log_info "checking ${functionfile}: UPDATE"

Loading…
Cancel
Save