summaryrefslogtreecommitdiff
path: root/bin/down.sh
diff options
context:
space:
mode:
authorluccioman <luccioman@users.noreply.github.com>2018-11-27 11:36:40 +0100
committerluccioman <luccioman@users.noreply.github.com>2018-11-27 11:36:40 +0100
commit106bfd0e5f7cc9cabf32a5c2110db44e9200bdd3 (patch)
tree3959236abc4ca5b8fb2e529e38d42c7909b73c9e /bin/down.sh
parent17ad1f7e65475f6f5de96f69e74c938fac699768 (diff)
Also check yacy.conf file existence in shell scripts where relevant
Diffstat (limited to 'bin/down.sh')
-rwxr-xr-xbin/down.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/down.sh b/bin/down.sh
index 994981cf1..38134ba31 100755
--- a/bin/down.sh
+++ b/bin/down.sh
@@ -1,6 +1,7 @@
#!/usr/bin/env sh
cd "`dirname $0`"
. ./checkDataFolder.sh
+. ./checkConfFile.sh
port=$(grep ^port= "$YACY_DATA_PATH/SETTINGS/yacy.conf" |cut -d= -f2)