Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
salt
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
17
Merge Requests
1
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
32d1f285
authored
7 years ago
by
Nótai István
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
install: fix condition
parent
10382376
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
install
+1
-1
No files found.
install
View file @
32d1f285
...
@@ -15,7 +15,7 @@ pip install -r $PREFIX/requirements.txt
...
@@ -15,7 +15,7 @@ pip install -r $PREFIX/requirements.txt
$PREFIX
/kvm-ok
>
/dev/null
$PREFIX
/kvm-ok
>
/dev/null
retv
=
$?
retv
=
$?
EXTRAPARAMS
=
""
EXTRAPARAMS
=
""
if
[
$retv
==
0
]
;
then
if
[
$retv
-eq
0
]
;
then
EXTRAPARAMS
=
"--kvm-present"
EXTRAPARAMS
=
"--kvm-present"
fi
fi
...
...
This diff is collapsed.
Click to expand it.
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