From 4baca11562119f57787f9c40ecc4ba28277c719a Mon Sep 17 00:00:00 2001 From: Lucas F Date: Sat, 22 Jul 2023 15:56:03 -0300 Subject: [PATCH] fix: collecstatic --- run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run.sh b/run.sh index 1680e5b..e55333a 100755 --- a/run.sh +++ b/run.sh @@ -323,8 +323,8 @@ install_dependencies() { # Perform collectstatic, migrate and createsuperuser execute_collec_mig_createsup() { mkdir -p /home/$USERNAME/$APP/staticfiles && - /home/$USERNAME/$APP/$VENV/bin/python3 /manage.py collectstatic --noinput && - /home/$USERNAME/$APP/$VENV/bin/python3 /manage.py migrate + /home/$USERNAME/$APP/$VENV/bin/python3 /home/$USERNAME/$APP/manage.py collectstatic --noinput && + /home/$USERNAME/$APP/$VENV/bin/python3 /home/$USERNAME/$APP/manage.py migrate } # Instala o firewall