From 14457fb69efb8fdd265810950e6d44e0b3775c33 Mon Sep 17 00:00:00 2001 From: NW Date: Mon, 3 Feb 2025 19:27:11 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20setup=5Fvps.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup_vps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_vps.sh b/setup_vps.sh index e1a0e51..90a1d89 100644 --- a/setup_vps.sh +++ b/setup_vps.sh @@ -156,7 +156,7 @@ else fi # Копирование файлов из папки tmux в /root/ -TMUX_SOURCE_DIR="$REPO_DIR/tmux" +TMUX_SOURCE_DIR="./tmux/" TMUX_TARGET_DIR="/root/" if [ -d "$TMUX_SOURCE_DIR" ]; then