]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fix: shellcheck for modules.d/90btrfs/btrfs_device_ready.sh
authorHarald Hoyer <harald@redhat.com>
Fri, 12 Feb 2021 12:26:11 +0000 (13:26 +0100)
committerHarald Hoyer <harald@hoyer.xyz>
Mon, 15 Feb 2021 10:00:37 +0000 (11:00 +0100)
modules.d/90btrfs/btrfs_device_ready.sh

index f0f6fe4cbe3b780ac058adb28fd852b1e7e58ce9..4ace746fd497f577a9ae238e0ee02f6ecac47115 100755 (executable)
@@ -15,5 +15,4 @@ btrfs_check_complete() {
     return 0
 }
 
-btrfs_check_complete $1
-exit $?
+btrfs_check_complete "$1"