mirror of
https://github.com/pinry/pinry.git
synced 2025-11-13 16:45:41 +01:00
Fix: Use cp instead of ln to avoid reading error caused by permission
This commit is contained in:
@@ -27,4 +27,4 @@ then
|
||||
sed -i "s/secret\_key\_place\_holder/${SECRET_KEY}/" "${local_settings_file}"
|
||||
fi
|
||||
|
||||
ln -s "${local_settings_file}" "/pinry/pinry/settings/local_settings.py"
|
||||
cp "${local_settings_file}" "/pinry/pinry/settings/local_settings.py"
|
||||
|
||||
Reference in New Issue
Block a user