diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2018-11-27 11:36:40 +0100 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2018-11-27 11:36:40 +0100 |
| commit | 106bfd0e5f7cc9cabf32a5c2110db44e9200bdd3 (patch) | |
| tree | 3959236abc4ca5b8fb2e529e38d42c7909b73c9e /bin/down.sh | |
| parent | 17ad1f7e65475f6f5de96f69e74c938fac699768 (diff) | |
Also check yacy.conf file existence in shell scripts where relevant
Diffstat (limited to 'bin/down.sh')
| -rwxr-xr-x | bin/down.sh | 1 |
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) |
