Relevant message when using the stop script while YaCy is not running

pull/283/head
luccioman 6 years ago
parent 7a30bce217
commit d167b14ab6

@ -15,6 +15,11 @@ if [ ! -d "$YACY_DATA_PATH" ]; then
exit 2
fi
if [ ! -f "$YACY_DATA_PATH/yacy.running" ]; then
echo "No YaCy server appears to be running on DATA folder at : $YACY_DATA_PATH"
exit 1
fi
(bin/protectedPostApiCall.sh "Steering.html" "shutdown=true" && \
echo "Please wait until the YaCy daemon process terminates [wget]" && \
echo "You can monitor this with 'tail -f $YACY_DATA_PATH/LOG/yacy00.log' and 'fuser $YACY_DATA_PATH/LOG/yacy00.log'") || \

Loading…
Cancel
Save