From 3f760c784dd3edce1af66f244d1551e4a48291e8 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Thu, 29 Oct 2015 20:34:35 +0000 Subject: [PATCH] updated link --- functions/fn_check_tmux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/fn_check_tmux b/functions/fn_check_tmux index 5916c1642..387617be8 100644 --- a/functions/fn_check_tmux +++ b/functions/fn_check_tmux @@ -2,7 +2,7 @@ # LGSM fn_check_tmux function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 170415 +# Version: 291015 # Checks if tmux is installed as too many users do not RTFM or know how to use Google. @@ -15,6 +15,6 @@ else echo " * Tmux is required to run this server." # Suitable passive agressive message echo " * Please see the the following link." - echo " * http://gameservermanagers.com/tmux" + echo " * http://gameservermanagers.com/tmux-not-found" exit fi \ No newline at end of file