Merge pull request #3252 from craxycat/patch-1

FIX getedid create sh: bad number on intel/amd
This commit is contained in:
DaVukovic 2019-01-22 15:32:11 +01:00 committed by GitHub
commit f729718f3f
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