mirror of
https://github.com/cedar2025/hysteria.git
synced 2025-09-10 18:34:32 +00:00
fix(install_server.sh): userdel missing -r
This commit is contained in:
@@ -911,7 +911,7 @@ perform_remove() {
|
||||
echo -e "You still need to remove configuration files and ACME certificates manually with the following commands:"
|
||||
echo
|
||||
echo -e "\t$(tred)rm -rf "$CONFIG_DIR"$(treset)"
|
||||
echo -e "\t$(tred)userdel -f "$HYSTERIA_USER"$(treset)"
|
||||
echo -e "\t$(tred)userdel -rf "$HYSTERIA_USER"$(treset)"
|
||||
if [[ "x$FORCE_NO_SYSTEMD" != "x2" ]]; then
|
||||
echo
|
||||
echo -e "You still might need to disable all related systemd services with the following commands:"
|
||||
|
Reference in New Issue
Block a user