From 8a5a2f2d0b733a52540cb67df71447dc511775d8 Mon Sep 17 00:00:00 2001
From: Pete Batard <pete@akeo.ie>
Date: Fri, 14 Aug 2020 16:39:45 +0100
Subject: [PATCH] Fix executable permission for fstab.d/efi

Commit abaf2a9e5b934161ee65c3f2d43ce83f90cd3883 removed the +x permission
from fstab.d/efi, with the result that it is no longer being executed.

Fix this.
---
 fstab.d/efi | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 mode change 100644 => 100755 fstab.d/efi

diff --git a/fstab.d/efi b/fstab.d/efi
old mode 100644
new mode 100755
-- 
GitLab