Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
Fabio Hernandez
lsst-cvmfs
Commits
dd4510eb
Commit
dd4510eb
authored
May 05, 2015
by
Fabio Hernandez
Browse files
Remove set -e to make sure configuration errors are displayed
parent
9a26d846
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
configure.sh
configure.sh
+3
-3
No files found.
configure.sh
View file @
dd4510eb
...
...
@@ -11,15 +11,15 @@ if [ "$EUID" -ne 0 ]; then
exit
1
fi
# Exit on error
set
-e
# Run CernVM FS configuration
if
[
!
-x
/usr/bin/cvmfs_config
]
;
then
echo
"Could not find CernVM FS configuration tool"
exit
1
fi
/usr/bin/cvmfs_config setup
if
[
$?
-ne
0
]
;
then
exit
1
fi
# Configure CernVM FS
# WARNING: make sure we don't overwrite any existing configuration, different
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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