Skip to content

Commit a7367f8

Browse files
committed
Need to pass variables to sudo for admin password
1 parent 8657d17 commit a7367f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kinetica/benchmark.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# download the db
77
export KINETICA_ADMIN_PASSWORD=admin
8-
curl https://files.kinetica.com/install/kinetica.sh -o kinetica && chmod u+x kinetica && sudo ./kinetica start
8+
curl https://files.kinetica.com/install/kinetica.sh -o kinetica && chmod u+x kinetica && sudo -E ./kinetica start
99

1010
# set up the cli
1111
wget https://github.com/kineticadb/kisql/releases/download/v7.1.7.2/kisql

0 commit comments

Comments
 (0)