mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 01:02:30 +01:00
Only create blank config if it doesn't exist
This commit is contained in:
parent
5139c7aaf0
commit
eee44e611b
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ echo 'Entrypoint script'
|
|||
cd /usr/src/app
|
||||
|
||||
# blank config, use defaults
|
||||
cat <<EOF > config.json
|
||||
test -e config.json || cat <<EOF > config.json
|
||||
{
|
||||
}
|
||||
EOF
|
||||
|
|
Loading…
Reference in a new issue