fix if statement
diff --git a/scripts/single-node-pod.sh b/scripts/single-node-pod.sh
index b20c94c..0b025fc 100755
--- a/scripts/single-node-pod.sh
+++ b/scripts/single-node-pod.sh
@@ -274,6 +274,7 @@
 fi
 
 if [[ $DIAGNOSTICS -eq 1 ]]
+then
   run_diagnostics
 fi