From f450f11128763e155b05b0fba4f45d2c270c59f5 Mon Sep 17 00:00:00 2001 From: teldra Date: Sun, 24 Feb 2019 17:29:05 +0100 Subject: [PATCH] Fix log file location --- hashboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hashboot b/hashboot index 3f49342..8ca4d59 100755 --- a/hashboot +++ b/hashboot @@ -18,7 +18,7 @@ DIGEST_FILE="" BACKUP_FILE="" SAVEDIR="" DIGEST_FILE_TMP="/tmp/hashboot.digesttmp" -LOG_FILE="/tmp/hashboot.log" +LOG_FILE="/var/log/hashboot.log" MBR_DEVICE="/dev/sda" MBR_SIZE=1024 MBR_TMP="/tmp/mbr"