We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8657d17 commit a7367f8Copy full SHA for a7367f8
kinetica/benchmark.sh
@@ -5,7 +5,7 @@
5
6
# download the db
7
export KINETICA_ADMIN_PASSWORD=admin
8
-curl https://files.kinetica.com/install/kinetica.sh -o kinetica && chmod u+x kinetica && sudo ./kinetica start
+curl https://files.kinetica.com/install/kinetica.sh -o kinetica && chmod u+x kinetica && sudo -E ./kinetica start
9
10
# set up the cli
11
wget https://github.com/kineticadb/kisql/releases/download/v7.1.7.2/kisql
0 commit comments