1
0
mirror of https://github.com/parkervcp/eggs.git synced 2024-10-06 23:57:07 +02:00

Cleaning up still

This commit is contained in:
tmunsch 2020-11-27 20:49:45 -05:00 committed by GitHub
parent b42ff750d2
commit af8982f6c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,7 @@
#!/bin/bash
##################################
echo Starting up....
echo "Startup Type: (normal/rotate)"
echo Detected $STARTUP_TYPE
echo "Startup Type: $STARTUP_TYPE"
if [ -f "keys/key.txt" ]; then
echo "Key file detected..."
export MINIO_ACCESS_KEY=`cat keys/key.txt`