Fix: Fix path error for secret-key-gen

This commit is contained in:
winkidney
2019-12-19 20:31:36 +08:00
parent 8b3e834a7a
commit 6b5395dc39
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ gen_key() {
echo "If no previous pinry/local_settings.py generated, you can have a look and edit it."
echo "If you want to use docker-compose, just edit docker-compose.yml and use 'docker-compose up'"
SECRET_KEY=$(bash /scripts/gen_key.sh)
SECRET_KEY=$(bash /pinry/docker/scripts/gen_key.sh)
echo ""
echo "Your secret-key is(also saved/overwritten your docker's /data/production_secret_key.txt):"