]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fix: shellcheck for modules.d/90btrfs/btrfs_finished.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_finished.sh

index b770cdca1e19ce3f63fffa959e12e60db1b02278..3d1b0d8f41ec6435f2b270f251aeb37f2396cb2b 100755 (executable)
@@ -18,5 +18,4 @@ btrfs_check_complete() {
     return 0
 }
 
-btrfs_check_complete $1
-exit $?
+btrfs_check_complete "$1"