Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
fleur
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
57
Issues
57
List
Boards
Labels
Milestones
Packages
Packages
Container Registry
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
fleur
fleur
Commits
667f319f
Commit
667f319f
authored
Jul 04, 2019
by
Daniel Wortmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update configure.sh
parent
84e6ca18
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
configure.sh
configure.sh
+5
-5
No files found.
configure.sh
View file @
667f319f
...
...
@@ -23,7 +23,8 @@ echo "------------ Welcome to the FLEUR configuration script -------------"
#Check if we are using the git version and update if pull was used as an argument
if
test
-d
$DIR
/.git
if
test
-d
$DIR
/.git
then
#Check if hook is installed and install it if needed
if
test
-h
$DIR
/.git/hooks/pre-commit
then
...
...
@@ -33,13 +34,12 @@ if test -d $DIR/.git
ln
-s
$DIR
/tests/git-hooks/pre-commit
$DIR
/.git/hooks
echo
"Git version found, hook installed"
fi
then
if
[
$gitupdate
-gt
0
]
then
if
[
$gitupdate
-gt
0
]
then
cd
$DIR
git pull
cd
-
fi
fi
fi
...
...
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