Skip to content

Commit

Permalink
fix typo in after_install
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlanglen committed May 3, 2024
1 parent 544e2c0 commit 6337caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/after_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 6337caa

Please sign in to comment.