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"