Updated docker files and layout
This commit is contained in:
20
start.sh
20
start.sh
@@ -1,12 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -f /config.txt ]; then
|
||||
echo "configuration file found"
|
||||
mv /config.txt .
|
||||
fi
|
||||
#if [ -f /config.txt ]; then
|
||||
# echo "configuration file found"
|
||||
# mv /config.txt .
|
||||
#fi
|
||||
#
|
||||
#if [ ! -f JMusicBot-${VERSION}.jar ]; then
|
||||
# wget https://github.com/jagrosh/MusicBot/releases/download/${VERSION}/JMusicBot-${VERSION}.jar
|
||||
#fi
|
||||
#
|
||||
#java -Dnogui=true -jar JMusicBot-${VERSION}.jar
|
||||
|
||||
if [ ! -f JMusicBot-${VERSION}.jar ]; then
|
||||
wget https://github.com/jagrosh/MusicBot/releases/download/${VERSION}/JMusicBot-${VERSION}.jar
|
||||
fi
|
||||
|
||||
java -Dnogui=true -jar JMusicBot-${VERSION}.jar
|
||||
java -jar /usr/local/lib/siren.jar
|
||||
Reference in New Issue
Block a user