Browse Source

fix: shellcheck for modules.d/95debug/module-setup.sh

master
Harald Hoyer 4 years ago committed by Harald Hoyer
parent
commit
ce15ca57a2
  1. 2
      modules.d/95debug/module-setup.sh

2
modules.d/95debug/module-setup.sh

@ -18,6 +18,6 @@ install() { @@ -18,6 +18,6 @@ install() {
tcpdump cp dd less hostname mkdir systemd-analyze \
fsck fsck.ext2 fsck.ext4 fsck.ext3 fsck.ext4dev fsck.f2fs fsck.vfat e2fsck

grep '^tcpdump:' $dracutsysrootdir/etc/passwd 2>/dev/null >> "$initdir/etc/passwd"
grep '^tcpdump:' "$dracutsysrootdir"/etc/passwd 2>/dev/null >> "$initdir/etc/passwd"
}


Loading…
Cancel
Save