Fix copying example config on first run of docker image

This commit is contained in:
Tulir Asokan
2020-05-20 19:13:45 +03:00
parent d0900a95a7
commit 7fb771b992
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ if [ -f /data/mx-state.json ]; then
fi
if [ ! -f /data/config.yaml ]; then
cp mautrix_telegram/example-config.yaml /data/config.yaml
cp example-config.yaml /data/config.yaml
echo "Didn't find a config file."
echo "Copied default config file to /data/config.yaml"
echo "Modify that config file to your liking."