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:
authorNebulosa <85841412+nebulosa2007@users.noreply.github.com>2026-01-02 18:11:32 +0300
committerGitHub <noreply@github.com>2026-01-02 18:11:32 +0300
commitc061337ce76f4b2dffc8a86340b0133538528576 (patch)
treea418d5a5ec8d7520552bacd2484f12ffcfcd430d /install.sh
parent260eedf8c417458b22bb17224035985a213bf3cc (diff)
Set log folder variable to /var/log/3x-ui (#3599)
* Set log folder variable to /var/log/3x-ui * Set log folder as x-ui and create the log folder * Create the log folder in install and update scripts
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 0cf91b44..480522ed 100644
--- a/install.sh
+++ b/install.sh
@@ -641,6 +641,7 @@ install_x-ui() {
# Update x-ui cli and se set permission
mv -f /usr/bin/x-ui-temp /usr/bin/x-ui
chmod +x /usr/bin/x-ui
+ mkdir -p /var/log/x-ui
config_after_install
if [[ $release == "alpine" ]]; then