mirror of
https://github.com/outbackdingo/databunker.git
synced 2026-01-27 18:18:43 +00:00
remove empty line
This commit is contained in:
1
run.sh
1
run.sh
@@ -6,7 +6,6 @@ if [ ! -f /databunker/data/databunker.db ]; then
|
||||
echo "-------------INIT------------"
|
||||
#/bin/busybox mkdir -p /tmp
|
||||
RESULT=`/databunker/bin/databunker -init -db /databunker/data/databunker.db -conf /databunker/conf/databunker.yaml > /tmp/init.txt`
|
||||
echo $RESULT
|
||||
if [ ! -f /databunker/data/databunker.db ]; then
|
||||
echo "Failed to init databunker database. Probably permission issue for /databunker/data directory."
|
||||
/bin/busybox sleep 60
|
||||
|
||||
Reference in New Issue
Block a user