X-Git-Url: http://git.onelab.eu/?p=bootmanager.git;a=blobdiff_plain;f=source%2Fsteps%2FValidateNodeInstall.py;h=159d4d3d5b31fdf04f0703de333cab83406a0fc7;hp=becb675f8878fcd07f73e1a8d22f0f41d1fc3c2a;hb=75a5bf6f50a6ddccda6afcc9f3dc610f1b25d9c7;hpb=40778dc41a026857000551f5cc7a8e229e32d384 diff --git a/source/steps/ValidateNodeInstall.py b/source/steps/ValidateNodeInstall.py index becb675..159d4d3 100644 --- a/source/steps/ValidateNodeInstall.py +++ b/source/steps/ValidateNodeInstall.py @@ -157,7 +157,7 @@ def Run(vars, log): os.stat("{}/boot/vmlinuz-{}".format(SYSIMG_PATH, kversion)) major_version = int(kversion[0]) # Check if the string looks like a kernel version except: - kversion = os.popen("ls -lrt {}/lib/modules | tail -1 | awk '{print $9;}'"\ + kversion = os.popen("ls -lrt {}/lib/modules | tail -1 | awk '{{print $9;}}'"\ .format(SYSIMG_PATH)).read().rstrip() except OSError as e: log.write("Couldn't locate base kernel (you might be using the stock kernel).\n")