summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openminer-web-git.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/openminer-web-git.install b/openminer-web-git.install
index 220cc4a14be0..9d06ed892c11 100644
--- a/openminer-web-git.install
+++ b/openminer-web-git.install
@@ -7,7 +7,7 @@ post_install() {
chown http:http . db.sqlite3
chown http:http -R static myenv
- sed -i "s/^DEBUG = .*$/DEBUG = False/" openminer/settings.py
+ sed -i "s/^DEBUG = .*$/DEBUG = False/" openminer_web/settings.py
echo "==>"
echo "==>"
@@ -21,7 +21,7 @@ post_upgrade() {
bash scripts/update_prod.sh
- sed -i "s/^DEBUG = .*$/DEBUG = False/" openminer/settings.py
+ sed -i "s/^DEBUG = .*$/DEBUG = False/" openminer_web/settings.py
sudo systemctl restart httpd
}