Skip to content

Commit

Permalink
Fixed timestamp overwrite for CLOVER dump, reported by RehabMan
Browse files Browse the repository at this point in the history
Signed-off-by: black.dragon74 <nickk.2974@gmail.com>
  • Loading branch information
black-dragon74 committed Nov 30, 2017
1 parent 764edd8 commit 17b89e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gen_debug.sh
Expand Up @@ -7,7 +7,7 @@
# EFI Mount script credits to RehabMan @tonymacx86

# Declare variables to be used in this script
scriptVersion=2.2
scriptVersion=2.3
scriptDir=~/Library/debugNk
dbgURL="https://raw.githubusercontent.com/black-dragon74/OSX-Debug/master/gen_debug.sh"
efiScript=$scriptDir/mount_efi.sh
Expand Down Expand Up @@ -398,7 +398,7 @@ rebuildCaches &>kextcache_log.txt
echo -e "Dumping clover files."
efiloc=$(sudo $efiScript)
echo -e "Mounted EFI at $efiloc (credits RehabMan)"
cp -rf $efiloc/EFI/CLOVER .
cp -prf $efiloc/EFI/CLOVER .
echo -e "Removing theme dir."
cd ./CLOVER && rm -rf them* &>/dev/null
echo -e "Removing tools dir."
Expand Down

0 comments on commit 17b89e3

Please sign in to comment.