index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | David Runge <dvzrv@archlinux.org> | 2021-03-29 19:24:01 +0200 |
---|---|---|
committer | David Runge <dvzrv@archlinux.org> | 2021-03-29 19:26:27 +0200 |
commit | 0664efcf3c3317d4876685b3a2618ad7f3e290b0 (patch) | |
tree | a85f2e4246fb3ef6d83d1bc4fa4bcd32ba8c3573 /configs/releng | |
parent | d86f8606dcef3a85964fc4656dcdd0e22b87c800 (diff) |
-rwxr-xr-x | configs/releng/airootfs/root/.automated_script.sh | 2 |
diff --git a/configs/releng/airootfs/root/.automated_script.sh b/configs/releng/airootfs/root/.automated_script.sh index ed3a924..5c0c316 100755 --- a/configs/releng/airootfs/root/.automated_script.sh +++ b/configs/releng/airootfs/root/.automated_script.sh @@ -16,7 +16,7 @@ automated_script () script="$(script_cmdline)" if [[ -n "${script}" && ! -x /tmp/startup_script ]]; then if [[ "${script}" =~ ^((http|https|ftp)://) ]]; then - curl "${script}" --retry-connrefused -s -o /tmp/startup_script >/dev/null + curl "${script}" --location --retry-connrefused -s -o /tmp/startup_script >/dev/null rt=$? else cp "${script}" /tmp/startup_script |