Commit aedcb84
authored
use >> (append) instead of > for sysctl.conf updates
I'm afraid current script would clobber existing /etc/sysctl.conf configuration
AND each of the 3 changes clobbering would clobber the previous one(s), only the last "net.ipv6.conf.lo.disable_ipv6=1" would be persisted in sysctl.1 parent 9f8b0f1 commit aedcb84
1 file changed
Lines changed: 3 additions & 3 deletions
File tree
- samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu-single-node-vm-ad
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
229 | | - | |
230 | | - | |
231 | | - | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
| |||
0 commit comments