Update 80.save_nvram_plist.local

Use full path for nvram2. The trick by LockDown.
This commit is contained in:
Sergey 2023-10-26 09:49:13 +03:00 committed by GitHub
parent 855baed020
commit 164c956e0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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=""