We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ef5478 + f9b3b68 commit 8a1efd9Copy full SHA for 8a1efd9
1 file changed
resources/scripts/rb_init_conf.rb
@@ -24,7 +24,7 @@
24
25
# Parse command-line options
26
opts = Getopt::Std.getopts("s")
27
-opt["s"] ? rb_bootstrap_service = true : rb_bootstrap_service = false
+opts["s"] ? rb_bootstrap_service = true : rb_bootstrap_service = false
28
29
def iproute2_version
30
stdout, _stderr, _status = Open3.capture3('rpm -q iproute')
0 commit comments