README.md - added timestamp to linux token filename

This commit is contained in:
Oscar Krause 2023-01-03 18:59:34 +01:00
parent 7e3f2d0345
commit 5bb8437b1d
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@ Successfully tested with this package versions:
## Linux
```shell
curl --insecure -L -X GET https://<dls-hostname-or-ip>/client-token -o /etc/nvidia/ClientConfigToken/client_configuration_token.tok
curl --insecure -L -X GET https://<dls-hostname-or-ip>/client-token -o /etc/nvidia/ClientConfigToken/client_configuration_token_$(date '+%d-%m-%Y-%H-%M-%S').tok
service nvidia-gridd restart
nvidia-smi -q | grep "License"
```