From d5185e0fb33241c19e9ea0e07fd920ed8a407354 Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Mon, 28 Mar 2022 17:16:38 +0200 Subject: [PATCH] move to scotch 6.1.2 --- products/compil_scripts/scotch-6.0.4.sh | 6 +++--- products/compil_scripts/scotch-6.1.2.sh | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/products/compil_scripts/scotch-6.0.4.sh b/products/compil_scripts/scotch-6.0.4.sh index 69f47ff..569c554 100755 --- a/products/compil_scripts/scotch-6.0.4.sh +++ b/products/compil_scripts/scotch-6.0.4.sh @@ -34,15 +34,15 @@ then exit 2 fi -NO_CHECK=0 +DO_CHECK=0 LINUX_DISTRIBUTION="$DIST_NAME$DIST_VERSION" case $LINUX_DISTRIBUTION in CO*|FD*) - NO_CHECK=1 + DO_CHECK=1 ;; esac -if [ $NO_CHECK -eq 1 ]; then +if [ $DO_CHECK -eq 1 ]; then echo echo "*** Check if node is a virtual machine" ISVM=$(hostnamectl status|grep -i chassis:|grep vm) diff --git a/products/compil_scripts/scotch-6.1.2.sh b/products/compil_scripts/scotch-6.1.2.sh index db8c4d2..156106d 100755 --- a/products/compil_scripts/scotch-6.1.2.sh +++ b/products/compil_scripts/scotch-6.1.2.sh @@ -40,15 +40,15 @@ then exit 2 fi -NO_CHECK=0 +DO_CHECK=0 LINUX_DISTRIBUTION="$DIST_NAME$DIST_VERSION" case $LINUX_DISTRIBUTION in CO*|FD*) - NO_CHECK=1 + DO_CHECK=1 ;; esac -if [ $NO_CHECK -eq 1 ]; then +if [ $DO_CHECK -eq 1 ]; then echo echo "*** Check if node is a virtual machine" ISVM=$(hostnamectl status|grep -i chassis:|grep vm) -- 2.39.2