Skip to content

Commit

Permalink
Update 80.save_nvram_plist.local
Browse files Browse the repository at this point in the history
Use full path for nvram2. The trick by LockDown.
  • Loading branch information
SergeySlice committed Oct 26, 2023
1 parent 855baed commit 164c956
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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=""
Expand Down

0 comments on commit 164c956

Please sign in to comment.