Skip to content

Commit 433c3b5

Browse files
committed
updating shell script to not look for .exe files on Linux :)
1 parent 8b7658d commit 433c3b5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

samples/features/sql-big-data-cluster/bootstrap-sample-db.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ KNOX_PASSWORD=${KNOX_PASSWORD:=$SQL_MASTER_SA_PASSWORD}
2323
SQL_MASTER_INSTANCE=$SQL_MASTER_IP,31433
2424
KNOX_ENDPOINT=$KNOX_IP:30443
2525

26-
27-
for util in sqlcmd.exe bcp.exe kubectl.exe curl.exe
26+
for util in sqlcmd bcp kubectl curl
2827
do
2928
echo Verifying $util is in path & which $util 1>NUL 2>NUL || (echo Unable to locate $util && exit 1)
3029
done

0 commit comments

Comments
 (0)