]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
chore: resolve shellcheck for SC2153
authorLaszlo Gombos <laszlo.gombos@gmail.com>
Sat, 25 Feb 2023 00:24:20 +0000 (00:24 +0000)
committerLaszlo <laszlo.gombos@gmail.com>
Wed, 13 Nov 2024 11:02:24 +0000 (06:02 -0500)
modules.d/99base/dracut-lib.sh

index f40c3e6fed71622db59707f02c009b95775172bd..817bc5fd1d63aa4ecb810bc7fa428180fd121225 100755 (executable)
@@ -8,7 +8,6 @@ if [ -n "$NEWROOT" ]; then
     [ -d "$NEWROOT" ] || mkdir -p -m 0755 "$NEWROOT"
 fi
 
-# shellcheck disable=SC2153
 if [ -z "$PREFIX" ]; then
     if ! [ -d /run/initramfs ]; then
         mkdir -p -m 0755 /run/initramfs/log