From 62ea2d73467f848be332a484270595f22bcf68c0 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Tue, 28 Jul 2015 21:18:56 +0100 Subject: [PATCH] fixed column bug --- functions/fn_details | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/fn_details b/functions/fn_details index 3b2d10e7f..8351f0c43 100644 --- a/functions/fn_details +++ b/functions/fn_details @@ -2,7 +2,7 @@ # LGSM fn_details function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 270715 +# Version: 280715 # Description: Displays server infomation. @@ -188,8 +188,8 @@ printf '%*s\n' "${COLUMNS:-$(tput cols)}" '' | tr ' ' = echo -e "\e[34mNetwork config file:\t\e[0m${networkcfgfullpath}" fi } >> .fn_details_script -column -s $'\t' -t .fn_details_gameserver -rm -f .fn_details_gameserver +column -s $'\t' -t .fn_details_script +rm -f .fn_details_script } fn_details_backup(){