Bladeren bron

corrected fetch file

Daniel Gibbs 9 jaren geleden
bovenliggende
commit
ee302aca40
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      lgsm/functions/command_update_functions.sh

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