4 lines
94 B
Plaintext
4 lines
94 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
gawk -i inplace '$2 == "/" { $4 = $4",x-systemd.growfs" } { print $0 }' /etc/fstab
|