Skip to content

Commit

Permalink
Update install-ubuntu22.04.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zhblue authored Feb 12, 2025
1 parent 6d9a325 commit b828587
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions trunk/install/install-ubuntu22.04.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,7 @@ sed -i "s/DB_USER[[:space:]]*=[[:space:]]*\".*\"/DB_USER=\"$USER\"/g" src/web/in
sed -i "s/DB_PASS[[:space:]]*=[[:space:]]*\".*\"/DB_PASS=\"$PASSWORD\"/g" src/web/include/db_info.inc.php
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
chmod 710 -R src/web/.svn

chown www-data:www-data src/web/upload
chown www-data:judge data
Expand Down

0 comments on commit b828587

Please sign in to comment.