We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e622485 + dd49a2e commit c48c325Copy full SHA for c48c325
1 file changed
singlestore/main.sh
@@ -33,7 +33,7 @@ echo "4) 1000m"
33
echo "5) all"
34
read -p "Enter the number corresponding to your choice: " choice
35
36
-# ./install.sh "${LICENSE_KEY}" "${ROOT_PASSWORD}"
+./install.sh "${LICENSE_KEY}" "${ROOT_PASSWORD}"
37
38
benchmark() {
39
local size=$1
0 commit comments