Update 6_server-start.sh

This commit is contained in:
bashermens
2026-01-10 21:50:32 +01:00
committed by GitHub
parent 8d7a6ba040
commit 6a68aaea1b

View File

@@ -56,7 +56,7 @@ start_tmux_session() {
fi fi
# Export environment variables inside tmux # Export environment variables inside tmux
tmux send-keys -t "$session_name" "export LOGS_PATH=$LOGS_PATH; export CRASHES_PATH=$CRASHES_PATH" C-m # tmux send-keys -t "$session_name" "export LOGS_PATH=$LOGS_PATH; export CRASHES_PATH=$CRASHES_PATH" C-m
# Run the command and pipe output to a log file # Run the command and pipe output to a log file
tmux send-keys -t "$session_name" "$command" C-m tmux send-keys -t "$session_name" "$command" C-m