Skip to content

Instantly share code, notes, and snippets.

@Simonx123
Forked from Callonski/startup_check.sh
Created September 7, 2020 00:58
Show Gist options
  • Save Simonx123/4ad5abc15e6a28dd3185f94416b44a9f to your computer and use it in GitHub Desktop.
Save Simonx123/4ad5abc15e6a28dd3185f94416b44a9f to your computer and use it in GitHub Desktop.
#! /bin/bash
FILE=/usr/share/elasticsearch/credentials.json
if [ -f "$FILE" ]; then
echo "$FILE exist"
exit 0
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment