This commit is contained in:
Slice 2023-10-28 19:25:22 +03:00
commit 3db4e57438

View File

@ -44,7 +44,7 @@ fi
# Variables # Variables
# #
gNVRAMf=nvram.plist gNVRAMf=nvram.plist
gNVRAMbuf=$(nvram2 -x -p) gNVRAMbuf=$(/usr/local/bin/nvram2 -x -p)
gNVRAMLogPath="${CLOVER_LOG_LOCATION}/rc.shutdown.log" gNVRAMLogPath="${CLOVER_LOG_LOCATION}/rc.shutdown.log"
gDisk=($(ls /dev/disk? |grep -i -o "disk[0-9]")) gDisk=($(ls /dev/disk? |grep -i -o "disk[0-9]"))
gESPList="" gESPList=""