Skip to content

Commit 91c0bac

Browse files
committed
check if server is running before starting
1 parent ce0e093 commit 91c0bac

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test-provider.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@ signed=$2
33
regpath=$3
44
anoncolcheck=$4
55

6-
# check for another stackql server running
7-
# if [ -n "$(lsof -i :5444)" ]; then
8-
# echo "another server is running on port 5444, please stop it"
9-
# exit 1
10-
# fi
11-
126
if [ -z "$provider" ]; then
137
echo "provider (arg 1) must be set"
148
exit 1

0 commit comments

Comments
 (0)