-
Notifications
You must be signed in to change notification settings - Fork 566
Open
Description
script error
info: Extract the Xray package to /tmp/tmp.1uvCTRGcxf and prepare it for installation.
Invalid unit name "●" escaped as "\xe2\x97\x8f" (maybe you should use systemd-escape?).
Failed to stop \xe2\x97\x8f.service: Unit \xe2\x97\x8f.service not loaded.
error: Stopping the Xray service failed.
verifying
# systemctl list-units | grep 'xray@'
● [email protected] loaded failed failed Xray Service
# script failed
# systemctl list-units | grep 'xray@' | awk -F ' ' '{print $1}'
●
### this --plain should be added
# systemctl list-units --plain | grep 'xray@' | awk -F ' ' '{print $1}'
[email protected]Metadata
Metadata
Assignees
Labels
No labels