Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 653fe979..e439fd95 100644
--- a/install.sh
+++ b/install.sh
@@ -104,7 +104,6 @@ config_after_install() {
}
install_x-ui() {
- systemctl stop x-ui
cd /usr/local/
if [ $# == 0 ]; then
@@ -131,6 +130,7 @@ install_x-ui() {
fi
if [[ -e /usr/local/x-ui/ ]]; then
+ systemctl stop x-ui
rm /usr/local/x-ui/ -rf
fi