-
-
Save Simonx123/4ad5abc15e6a28dd3185f94416b44a9f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /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