mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-26 16:19:04 +08:00
Cleaning up still
This commit is contained in:
parent
b42ff750d2
commit
af8982f6c6
@ -1,8 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
##################################
|
##################################
|
||||||
echo Starting up....
|
echo Starting up....
|
||||||
echo "Startup Type: (normal/rotate)"
|
echo "Startup Type: $STARTUP_TYPE"
|
||||||
echo Detected $STARTUP_TYPE
|
|
||||||
if [ -f "keys/key.txt" ]; then
|
if [ -f "keys/key.txt" ]; then
|
||||||
echo "Key file detected..."
|
echo "Key file detected..."
|
||||||
export MINIO_ACCESS_KEY=`cat keys/key.txt`
|
export MINIO_ACCESS_KEY=`cat keys/key.txt`
|
||||||
|
Loading…
Reference in New Issue
Block a user