From 87932d900d89581a313da93b22a414c0320112a1 Mon Sep 17 00:00:00 2001 From: anyc Date: Tue, 3 May 2016 11:19:33 +0200 Subject: [PATCH] use safe temporary directory --- 41_snapshots-btrfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 41_snapshots-btrfs diff --git a/41_snapshots-btrfs b/41_snapshots-btrfs old mode 100644 new mode 100755 index 8c66ec0..627c221 --- a/41_snapshots-btrfs +++ b/41_snapshots-btrfs @@ -114,7 +114,7 @@ root_uuid=$(${grub_probe} "/" --target="fs_uuid" 2>/dev/null) ## Parameters passed to the kernel kernel_parameters="$GRUB_CMDLINE_LINUX $GRUB_CMDLINE_LINUX_DEFAULT" ## Mount point location -gbgmp="/tmp/gbgmp" +gbgmp=$(mktemp -d) ## Class for theme CLASS="--class snapshots --class gnu-linux --class gnu --class os" ## save IFS