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--x-ui.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/x-ui.sh b/x-ui.sh
index 933a964e..0a2b818b 100644
--- a/x-ui.sh
+++ b/x-ui.sh
@@ -431,7 +431,7 @@ status() {
enable() {
if [[ $release == "alpine" ]]; then
- rc-update add x-ui
+ rc-update add x-ui default
else
systemctl enable x-ui
fi