Revert "Update 80-update-htop-and-offload-tx (#2555)"

This reverts commit ee6ead45a6.
This commit is contained in:
Igor Pecovnik 2021-01-19 23:47:13 +01:00
parent 57604fa275
commit c07e6e3da5

View File

@ -9,8 +9,8 @@ for homedir in $(awk -F'[:]' '{if ($3 >= 1000 && $3 != 65534 || $3 == 0) print $
unset FIELDS FIELD_PARA
# start with a clean copy, only if user hasn't got a config file.
[[ ! -f "${homedir}"/.config/htop/htoprc ]] && cp /etc/skel/.config/htop/htoprc "${homedir}"/.config/htop/htoprc
# start with a clean copy
cp /etc/skel/.config/htop/htoprc "${homedir}"/.config/htop/htoprc
for TYPE in ethernet wifi; do