update sh script

This commit is contained in:
sessionm21 2020-05-12 21:59:39 +01:00
parent 9ff0d13e07
commit 09cbae3233
1 changed files with 1 additions and 0 deletions

1
run.sh
View File

@ -1,3 +1,4 @@
#!/bin/bash
if [ "$#" -ne 3 ]; then
echo usage: $0 "<inlets_ip_address:port> <inlets_token> <sqlite_database_path>"
exit