Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Commit

Permalink
fix url typo
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliocalzolari committed Nov 25, 2017
1 parent b510a76 commit 1d6c8d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/aws/ec2/autoscaling/files/wordpress.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ if ! $(sudo -u www-data /usr/local/bin/wp core is-installed); then
--admin_user='root' --admin_password='wordpress234' \
--admin_email='aws-loft@cloudreach.com'

wget -q
https://raw.githubusercontent.com/cloudreach/awsloft-terraform-ci/master/resources/AWS_Pop_Up_Loft_Munich.jpg -O /var/www/html/wp-content/themes/twentyseventeen/assets/images/header.jpg
wget -q https://raw.githubusercontent.com/cloudreach/awsloft-terraform-ci/master/resources/AWS_Pop_Up_Loft_Munich.jpg -O /var/www/html/wp-content/themes/twentyseventeen/assets/images/header.jpg

chown www-data:www-data /var/www/html/wp-content/themes/twentyseventeen/assets/images/header.jpg

Expand Down

0 comments on commit 1d6c8d3

Please sign in to comment.