Skip to content

Commit

Permalink
remove permissions logging from after_install
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlanglen committed Apr 30, 2024
1 parent 4715bc6 commit 948a52e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/after_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ echo "$(date) - Changed ownership to ec2-user for all project files" >> "$LOG_FI
sudo chmod -R 775 /home/ec2-user/django-indexer/
echo "$(date) - Set permissions to 775 for all project files" >> "$LOG_FILE"

# Log the results of permissions change
echo "Permissions after update:" >> "$LOG_FILE"
ls -lah /home/ec2-user/django-indexer/ >> "$LOG_FILE"
# # Log the results of permissions change
# echo "Permissions after update:" >> "$LOG_FILE"
# ls -lah /home/ec2-user/django-indexer/ >> "$LOG_FILE"

echo 'after_install.sh completed' >> "$LOG_FILE"

0 comments on commit 948a52e

Please sign in to comment.