Fix: Fix doc for production key location

This commit is contained in:
winkidney
2019-12-08 17:11:37 +08:00
committed by Isaac Bythewood
parent 3a3b0e24cb
commit 65be291c24

View File

@@ -21,7 +21,7 @@ echo "If you want to use docker-compose, just edit docker-compose.yml and use 'd
SECRET_KEY=$(sudo docker run pinry/pinry /scripts/gen_key.sh)
echo ""
echo "Your secret-key is(also saved/overwritten your pinry/production_secret_key.txt):"
echo "Your secret-key is(also saved/overwritten your docker's /data/production_secret_key.txt):"
echo ""
echo ${SECRET_KEY}
echo "=================================================================================="