Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
envsetup
Manage
Activity
Members
Plan
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mediaserver
envsetup
Commits
7c1c7c57
Commit
7c1c7c57
authored
8 years ago
by
Stéphane Diemer
Browse files
Options
Downloads
Patches
Plain Diff
Changed log in conf dl.
parent
00a9143c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
21.Initialize_configuration_file/0_setup.sh
+2
-1
2 additions, 1 deletion
21.Initialize_configuration_file/0_setup.sh
with
2 additions
and
1 deletion
21.Initialize_configuration_file/0_setup.sh
+
2
−
1
View file @
7c1c7c57
...
@@ -7,7 +7,8 @@ if ( curl -I "$conf_url" >/dev/null ); then
...
@@ -7,7 +7,8 @@ if ( curl -I "$conf_url" >/dev/null ); then
wget
-q
"
$conf_url
"
-O
/root/envsetup/conf.sh
wget
-q
"
$conf_url
"
-O
/root/envsetup/conf.sh
source
/root/envsetup/conf.sh
source
/root/envsetup/conf.sh
else
else
echo
"Failed to download configuration using url '
$conf_url
'."
echo
"Failed to download configuration using url:"
echo
"
$conf_url
"
fi
fi
# Autogenerate missing values
# Autogenerate missing values
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment