From b828587953a2f853717ced421dd75b2edc58f181 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=B5=A9=E6=96=8C?= Date: Wed, 12 Feb 2025 08:49:33 +0800 Subject: [PATCH] Update install-ubuntu22.04.sh --- trunk/install/install-ubuntu22.04.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/trunk/install/install-ubuntu22.04.sh b/trunk/install/install-ubuntu22.04.sh index 93a9b1ee7f6..5d23ae9321a 100755 --- a/trunk/install/install-ubuntu22.04.sh +++ b/trunk/install/install-ubuntu22.04.sh @@ -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