You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/cluster/installation.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,8 +71,8 @@ After running a job the client program executes the `tools/cluster/maintenance.p
71
71
This script is run as root and thus needs to be in the `/etc/sudoers` file or subdirectories somewhere. We recommend the following:
72
72
73
73
```bash
74
-
echo "${USER} ALL=(ALL) NOPASSWD:/home/gc/green-metrics-tool/tools/cluster/maintenance.py ''" | sudo tee /etc/sudoers.d/green-coding-cluster-maintenance
75
-
echo "${USER} ALL=(ALL) NOPASSWD:/home/gc/green-metrics-tool/tools/cluster/maintenance.py --update-os-packages" | sudo tee -a /etc/sudoers.d/green-coding-cluster-maintenance
0 commit comments