mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-06-21 03:39:51 +00:00
fix(install_server.sh): userdel missing -r
This commit is contained in:
parent
249af28506
commit
960a380521
@ -911,7 +911,7 @@ perform_remove() {
|
|||||||
echo -e "You still need to remove configuration files and ACME certificates manually with the following commands:"
|
echo -e "You still need to remove configuration files and ACME certificates manually with the following commands:"
|
||||||
echo
|
echo
|
||||||
echo -e "\t$(tred)rm -rf "$CONFIG_DIR"$(treset)"
|
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
|
if [[ "x$FORCE_NO_SYSTEMD" != "x2" ]]; then
|
||||||
echo
|
echo
|
||||||
echo -e "You still might need to disable all related systemd services with the following commands:"
|
echo -e "You still might need to disable all related systemd services with the following commands:"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user