Remove "-y" option for package install command.
According to "code conventions" [1], do not use "-y" option. Instead, use apt-get install package, yum install package, or zypper install package. [1] https://docs.openstack.org/doc-contrib-guide/writing-style/code-conventions Change-Id: I293ffdd875680fc837a3ff877eba28b233c8ff9c
This commit is contained in:
parent
4930fbff57
commit
2329d993ef
@ -32,7 +32,7 @@ change them as you like.
|
||||
|
||||
#. Install and run memcached DB::
|
||||
|
||||
$ sudo apt-get install -y memcached
|
||||
$ sudo apt-get install memcached
|
||||
$ memcached -u memcache -d
|
||||
|
||||
#. Analyze data which are specifed on default_data.json and store the data into memcached DB::
|
||||
|
Loading…
Reference in New Issue
Block a user