File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ Environment="PATH=/sbin:/bin:/usr/sbin:/usr/bin"
8
8
# Load environment variables from the configuration
9
9
EnvironmentFile =/etc/default/grub-btrfs/config
10
10
# Regenerate just '/boot/grub/grub-btrfs.cfg' if it exists and is not empty, else regenerate the whole grub menu
11
- ExecStart =/bin/bash -c 'if [ -s "${GRUB_BTRFS_DIRNAME :-/boot/grub}/grub-btrfs.cfg" ]; then /etc/grub.d/41_snapshots-btrfs; else ${GRUB_BTRFS_MKCONFIG:-/usr/bin/grub-mkconfig} -o ${GRUB_BTRFS_DIRNAME :-/boot/grub}/grub.cfg; fi'
11
+ ExecStart =/bin/bash -c 'if [ -s "${GRUB_BTRFS_GRUB_DIRNAME :-/boot/grub}/grub-btrfs.cfg" ]; then /etc/grub.d/41_snapshots-btrfs; else ${GRUB_BTRFS_MKCONFIG:-/usr/bin/grub-mkconfig} -o ${GRUB_BTRFS_GRUB_DIRNAME :-/boot/grub}/grub.cfg; fi'
You can’t perform that action at this time.
0 commit comments