From 99e72dbbaee549db1f36608898274b3787159006 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sat, 1 Jan 2022 04:22:06 -0600 Subject: [PATCH] Correct Pathing --- Scripts/7D2D-Manage.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/7D2D-Manage.bash b/Scripts/7D2D-Manage.bash index b001923..258bca8 100644 --- a/Scripts/7D2D-Manage.bash +++ b/Scripts/7D2D-Manage.bash @@ -649,7 +649,7 @@ view() { server_directory="${BASE_DIR}/${server_name}" server_log_dir="${server_directory}/7DaysToDieServer_Data" - tail -f "${server_log_dir}/$(ls -t "${server_log_dir}"/output_log* | head -1)" + tail -f "$(ls -t "${server_log_dir}"/output_log* | head -1)" } list_servers() {