Skip to content

Commit c48c325

Browse files
authored
Merge pull request #26 from ClickHouse/singlestore-install
SingleStore: Uncomment install script run
2 parents e622485 + dd49a2e commit c48c325

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

singlestore/main.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ echo "4) 1000m"
3333
echo "5) all"
3434
read -p "Enter the number corresponding to your choice: " choice
3535

36-
# ./install.sh "${LICENSE_KEY}" "${ROOT_PASSWORD}"
36+
./install.sh "${LICENSE_KEY}" "${ROOT_PASSWORD}"
3737

3838
benchmark() {
3939
local size=$1

0 commit comments

Comments
 (0)