FIX getedid sh: bad number on intel/amd

This commit is contained in:
craxycat 2019-01-23 00:10:08 +10:00 committed by GitHub
parent bbb8e6d460
commit 5364344b2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -178,6 +178,9 @@ intel_amd() {
# make a backup of $file
cp "$file" "$file".old
#check kernel version
check_kernel
# add boot parameters to $file in relation to the used kernel
if [ "$kernel" -lt "415000" ]; then