Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 64ae541

Browse files
committed
Fixed modules/wordpress/scripts/install_wp.sh
1 parent 993871e commit 64ae541

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

modules/wordpress/scripts/install_wp.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ cd ${wp_working_dir}/www/
66
wget https://wordpress.org/wordpress-${wp_version}.tar.gz
77
tar zxvf wordpress-${wp_version}.tar.gz
88
rm -rf html/ wordpress-${wp_version}.tar.gz
9-
#wget https://wordpress.org/latest.tar.gz
10-
#tar zxvf latest.tar.gz
11-
#rm -rf html/ latest.tar.gz
129
mv wordpress html
1310
chown apache. -R html
1411
sed -i 's/upload_max_filesize = 2M/upload_max_filesize = 512M/g' /etc/php.ini

0 commit comments

Comments
 (0)