Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
archiso
Commits
d438c79a
Commit
d438c79a
authored
Apr 26, 2011
by
Charles Vejnar
Committed by
Gerardo Exequiel Pozzi
Apr 26, 2011
Browse files
Removes incorrect quotes in automated_script
parent
aaa2ae54
Changes
1
Hide whitespace changes
Inline
Side-by-side
configs/syslinux-iso/overlay/etc/rc.d/functions.d/automated_script
View file @
d438c79a
...
...
@@ -3,7 +3,7 @@ automated_script ()
script="$(kernel_cmdline script)"
if [[ -n "$script" ]]; then
stat_busy "Configuring $script"
if [[ "$script" =~
"
^http://
"
|| "$script" =~
"
^ftp://
"
]]; then
if [[ "$script" =~ ^http:// || "$script" =~ ^ftp:// ]]; then
wget "$script" -q -O /tmp/startup_script >/dev/null
rt=$?
else
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment