We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fca8faf commit 9d3f72fCopy full SHA for 9d3f72f
harness/setup.sh
@@ -3,6 +3,10 @@
3
LINE="---------------"
4
5
start() {
6
+ if [ -d _harness ]; then
7
+ echo "Daemon setup already in place, stop it first."
8
+ exit 1
9
+ fi
10
mkdir -p _harness
11
cd _harness
12
cp -a ../harness/daemons .
0 commit comments