mirror of
https://github.com/sky22333/hubproxy.git
synced 2026-06-12 12:13:51 +08:00
7 lines
119 B
Bash
7 lines
119 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
if command -v systemctl >/dev/null 2>&1; then
|
|
systemctl daemon-reload >/dev/null 2>&1 || true
|
|
fi
|