From a0815f2db2daf0ab5beed9c4b00eff7ce91d3174 Mon Sep 17 00:00:00 2001 From: Wang Defa Date: Sat, 24 Jan 2026 09:10:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E6=9D=83=E9=99=90?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=EF=BC=8C=E7=A1=AE=E4=BF=9D=E7=9B=AE=E5=BD=95?= =?UTF-8?q?=E5=92=8C=E6=96=87=E4=BB=B6=E5=BD=92=E5=B1=9E=E6=AD=A3=E7=A1=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian/postinst | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/debian/postinst b/debian/postinst index f4d2edd..2303733 100755 --- a/debian/postinst +++ b/debian/postinst @@ -34,11 +34,8 @@ if [ ! -f /etc/xxxigcc/config_cc.json ]; then fi # Set permissions -chown -R xxxigcc:xxxigcc /opt/xxxigcc -chmod 755 /opt/xxxigcc -chmod 755 /opt/xxxigcc/xxxigServer -chmod 755 /opt/xxxigcc/xxxigDaemon -chmod 755 /opt/xxxigcc/xxxigMiner +chown -R root:root /opt/xxxigcc +chmod -R 755 /opt/xxxigcc # Reload systemd if [ -d /run/systemd/system ]; then