Daniel Gibbs 11 лет назад
Родитель
Сommit
62ea2d7346
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      functions/fn_details

+ 3 - 3
functions/fn_details

@@ -2,7 +2,7 @@
 # LGSM fn_details function
 # LGSM fn_details function
 # Author: Daniel Gibbs
 # Author: Daniel Gibbs
 # Website: http://gameservermanagers.com
 # Website: http://gameservermanagers.com
-# Version: 270715
+# Version: 280715
 
 
 # Description: Displays server infomation.
 # 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}"
 		echo -e "\e[34mNetwork config file:\t\e[0m${networkcfgfullpath}"
 	fi
 	fi
 } >> .fn_details_script
 } >> .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(){
 fn_details_backup(){