Skip to content

Commit

Permalink
Update install-ubuntu22.04.gitee.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zhblue authored Feb 12, 2025
1 parent df6c74c commit 3113ac0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions trunk/install/install-ubuntu22.04.gitee.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,9 @@ sed -i "s/DB_PASS[[:space:]]*=[[:space:]]*\"root\"/DB_PASS=\"$PASSWORD\"/g" src/
chmod 700 src/web/include/db_info.inc.php
chown -R www-data:www-data src/web/

chown -R root:root src/web/.svn
chmod 750 -R src/web/.svn

chown www-data:www-data src/web/upload
chown www-data:judge data
chmod 750 -R data
chmod 710 -R data
if grep "client_max_body_size" /etc/nginx/nginx.conf ; then
echo "client_max_body_size already added" ;
else
Expand Down

0 comments on commit 3113ac0

Please sign in to comment.