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