From 08445c975da5b1e082985ee62546a8016b148933 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 15 Mar 2015 23:23:03 +0000 Subject: [PATCH] Updated error message for tmux --- functions/fn_check_tmux | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/functions/fn_check_tmux b/functions/fn_check_tmux index e0e4c8716..ae205c9f9 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://danielgibbs.co.uk -# Version: 140215 +# Version: 110315 # Checks if tmux is installed as too many users do not RTFM or know how to use Google. @@ -12,6 +12,7 @@ if [ -z "$(command -v tmux)" ]; then fn_scriptlog "Tmux is not installed" echo " * Tmux is required to run this server." # Suitable passive agressive message - echo " * Please see 'Prerequisites' section of installation instructions." + echo " * Please see the the following link." + echo " * http://gameservermanagers.com/dependencies" exit fi \ No newline at end of file