This commit is contained in:
Slice 2023-10-28 19:25:22 +03:00
commit 3db4e57438
1 changed files with 1 additions and 1 deletions

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