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() {