From 6337caa2031bd8c893772f21340c40fcd8b68a72 Mon Sep 17 00:00:00 2001 From: Lachlan Glen <54282009+lachlanglen@users.noreply.github.com> Date: Fri, 3 May 2024 14:41:09 -0400 Subject: [PATCH] fix typo in after_install --- scripts/after_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/after_install.sh b/scripts/after_install.sh index 5ad3b7c..0bdcdf0 100755 --- a/scripts/after_install.sh +++ b/scripts/after_install.sh @@ -61,6 +61,6 @@ else echo 'No migrations found. Running collectstatic and restarting services...' >> "$LOG_FILE" python manage.py collectstatic --noinput >> "$LOG_FILE" 2>&1 sudo systemctl restart gunicorn celery -f +fi echo "$(date '+%Y-%m-%d %H:%M:%S') - after_install.sh completed" >> "$LOG_FILE"