优化 CI 构建流程
Some checks failed
Build and Release / build-and-test (arm64, ubuntu) (push) Successful in 29s
Build and Release / build-and-test (amd64, ubuntu) (push) Failing after 16m22s
Build and Release / build-and-test (amd64, alpine) (push) Failing after 16m24s
Build and Release / build-and-test (arm64, alpine) (push) Successful in 28m28s
Build and Release / release (push) Has been skipped

This commit is contained in:
2025-12-08 11:04:48 +08:00
parent ae710732aa
commit b16da1a3c5
4 changed files with 27 additions and 12 deletions

8
debian/postinst vendored
View File

@@ -23,8 +23,8 @@ chown p2pool:p2pool /var/log/p2pool
chmod 750 /var/log/p2pool
# Set binary permissions
chown root:root /usr/local/bin/p2pool
chmod 755 /usr/local/bin/p2pool
chown root:root /opt/p2pool/p2pool
chmod 755 /opt/p2pool/p2pool
# Reload systemd
if [ -d /run/systemd/system ]; then
@@ -52,10 +52,10 @@ echo " sudo journalctl -u p2pool -f"
echo ""
echo "Data directory: /var/lib/p2pool"
echo "Log directory: /var/log/p2pool"
echo "Binary: /usr/local/bin/p2pool"
echo "Binary: /opt/p2pool/p2pool"
echo ""
echo "For help:"
echo " p2pool --help"
echo " /opt/p2pool/p2pool --help"
echo ""
exit 0