Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Update rhs-pydio.sh
Browse files Browse the repository at this point in the history
typo in max_filesize
  • Loading branch information
cdujeu committed Dec 7, 2013
1 parent ae8245b commit 3a281e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/scripts/rhs/rhs-pydio.sh
Expand Up @@ -109,7 +109,7 @@ HTTPDCONF
mv /etc/php.ini /etc/php.ini.orig
sed 's/output_buffering = 4096/output_buffering = Off/g' /etc/php.ini.orig > /etc/php.ini
sed -i 's/post_max_size = 8M/post_max_size = 200M/g' /etc/php.ini
sed -i 's/upload_max_filesize = 2M/upload_max_filersize = 200M/g' /etc/php.ini
sed -i 's/upload_max_filesize = 2M/upload_max_filesize = 200M/g' /etc/php.ini

# Create target folders inside the gluster volumes
echo 'Configuring RHS nodes'
Expand Down

0 comments on commit 3a281e2

Please sign in to comment.