grub-btrfsd: Use bash as interpreter

Fix: #248

Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
This commit is contained in:
Pascal Jäger
2022-12-07 15:01:10 +01:00
parent 29ec43e9a6
commit e03e87dd64
2 changed files with 2 additions and 2 deletions

2
config
View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
GRUB_BTRFS_VERSION=4.12-master-2022-12-04T21:11:00+00:00
GRUB_BTRFS_VERSION=4.12-master-2022-12-07T14:01:10+00:00
# Disable grub-btrfs.
# Default: "false"

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env sh
#!/usr/bin/env bash
# Copyright 2022 Pascal Jaeger
# Distributed under the terms of the GNU General Public License v3
# Update GRUB when new BTRFS snapshots are created.