From b1974f5e0e35cdc4e6355e3891fba1b322823a82 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 24 Feb 2024 05:26:11 -0500 Subject: [PATCH] Update tandoor-install.sh fix sed --- install/tandoor-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/tandoor-install.sh b/install/tandoor-install.sh index 822eaa5b..cc2c4900 100644 --- a/install/tandoor-install.sh +++ b/install/tandoor-install.sh @@ -72,7 +72,7 @@ sed -i -e "s|SECRET_KEY=.*|SECRET_KEY=$secret_key|g" \ -e "s|POSTGRES_PASSWORD=.*|POSTGRES_PASSWORD=$DB_PASS|g" \ -e "s|POSTGRES_DB=.*|POSTGRES_DB=$DB_NAME|g" \ -e "s|POSTGRES_USER=.*|POSTGRES_USER=$DB_USER|g" \ - -e "\$a\STATIC_URL=/staticfiles\\nMEDIA_URL=/mediafiles" /opt/tandoor/.env + -e "\$a\\STATIC_URL=/staticfiles/\nMEDIA_URL=/mediafiles/" /opt/tandoor/.env msg_ok "Installed Tandoor" msg_info "Setting up PostgreSQL database"