mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-12 09:54:36 +01:00
Update 80.save_nvram_plist.local
Use full path for nvram2. The trick by LockDown.
This commit is contained in:
parent
855baed020
commit
164c956e0c
@ -44,7 +44,7 @@ fi
|
||||
# Variables
|
||||
#
|
||||
gNVRAMf=nvram.plist
|
||||
gNVRAMbuf=$(nvram2 -x -p)
|
||||
gNVRAMbuf=$(/usr/local/bin/nvram2 -x -p)
|
||||
gNVRAMLogPath="${CLOVER_LOG_LOCATION}/rc.shutdown.log"
|
||||
gDisk=($(ls /dev/disk? |grep -i -o "disk[0-9]"))
|
||||
gESPList=""
|
||||
|
Loading…
Reference in New Issue
Block a user