Browse Source

corrected fetch file

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

2
lgsm/functions/command_update_functions.sh

@ -32,7 +32,7 @@ if [ "${tmp_script_diff}" != "" ]; then
fn_print_update_eol_nl fn_print_update_eol_nl
fn_script_log_info "checking ${selfname}: UPDATE" fn_script_log_info "checking ${selfname}: UPDATE"
rm -f "${tmpdir}/linuxgsm.sh" rm -f "${tmpdir}/linuxgsm.sh"
fn_fetch_file_github "" "linuxgsm.sh" "${tmpdir}" "linuxgsm.sh" "noexecutecmd" "norun" "noforce" "nomd5" fn_fetch_file_github "" "linuxgsm.sh" "${tmpdir}" "nochmodx" "norun" "noforcedl" "nomd5"
# Compare selfname against linuxgsm.sh in the tmp dir. Ignoring server specific vars. # Compare selfname against linuxgsm.sh in the tmp dir. Ignoring server specific vars.
else else
fn_print_ok_eol_nl fn_print_ok_eol_nl

Loading…
Cancel
Save