Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mosaic5g
mosaic5g
Commits
d7e23417
Commit
d7e23417
authored
Mar 15, 2019
by
nikaeinn
Browse files
minor update in build_m5g
parent
2ce174d1
Changes
1
Show whitespace changes
Inline
Side-by-side
build_m5g
View file @
d7e23417
...
@@ -411,7 +411,7 @@ build_ovs_gtp(){
...
@@ -411,7 +411,7 @@ build_ovs_gtp(){
cd
ovs_kernel_gtp
cd
ovs_kernel_gtp
check_current_kernel
check_current_kernel
if
[
[
$REQUIRED_KERNEL_IS_INSTALLED
==
false
]
]
;
then
if
[
"
$REQUIRED_KERNEL_IS_INSTALLED
"
==
"
false
"
]
;
then
echo
"You haven't installed kernel 4.9. Do you want to install it now?"
echo
"You haven't installed kernel 4.9. Do you want to install it now?"
echo
-n
'y/n:'
echo
-n
'y/n:'
read
install_kernel
read
install_kernel
...
@@ -421,8 +421,8 @@ build_ovs_gtp(){
...
@@ -421,8 +421,8 @@ build_ovs_gtp(){
echo_info
"You need to reboot"
echo_info
"You need to reboot"
else
else
echo_info
"You need to install kernel 4.9 to proceed with the installation of ovs-gtp"
echo_info
"You need to install kernel 4.9 to proceed with the installation of ovs-gtp"
exit
0
fi
fi
exit
0
else
else
echo_info
"Required kernel is installed"
echo_info
"Required kernel is installed"
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