We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd4630f commit 9898490Copy full SHA for 9898490
1 file changed
scripts/migrate.sh
@@ -384,7 +384,7 @@ main() {
384
385
read -rp 'Import these settings to .env? (y/n): ' confirm
386
if [[ "${confirm,,}" == "y" ]]; then
387
- echo -e '\n# Configuration imported from existing Ghost install' >> "${PWD}/.env"
+ echo -e "\n# Configuration imported from existing Ghost install at ${current_location}" >> "${PWD}/.env"
388
node "${PWD}/scripts/config-to-env.js" "${current_location}/config.production.json" >> "${PWD}/.env"
389
echo "✓ Configuration imported"
390
else
0 commit comments