Skip to content

Commit caf374e

Browse files
Merge pull request apache#149 from soreana/master
Renamed dhclient folder to DHCP
2 parents 846c1c1 + eac4948 commit caf374e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/adminguide/virtual_machines/user-data.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ known, use the following steps to retrieve user-data:
3333

3434
.. code:: bash
3535
36-
# cat /var/lib/dhclient/dhclient-eth0.leases | grep dhcp-server-identifier | tail -1
36+
# cat /var/lib/dhcp/dhclient.eth0.leases | grep dhcp-server-identifier | tail -1
3737
3838
#. Access user-data by running the following command using the result of
3939
the above command

0 commit comments

Comments
 (0)