1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-19 13:54:25 +01:00
This commit is contained in:
Sylvain 2018-04-17 10:48:31 +02:00
parent 0a1a9beff9
commit dcabb44251

View File

@ -180,7 +180,7 @@ detect_installation()
then
echo "Note: You can use \`sudo journalctl -u elasticsearch.service\` or \`vi /var/log/elasticsearch/elasticsearch.log.$\(date --rfc-3339=date\)\` to view the logs, depending on your installation";
else
echo "Note: You can use \`docker logs \$instance-name\` to view the logs";
echo "Note: You can use \`docker logs CONTAINER\` to view the logs";
fi
fi
fi