Browse Source

Updated error message for tmux

Daniel Gibbs 11 years ago
parent
commit
08445c975d
1 changed files with 3 additions and 2 deletions
  1. 3 2
      functions/fn_check_tmux

+ 3 - 2
functions/fn_check_tmux

@@ -2,7 +2,7 @@
 # LGSM fn_check_tmux function
 # LGSM fn_check_tmux function
 # Author: Daniel Gibbs
 # Author: Daniel Gibbs
 # Website: http://danielgibbs.co.uk
 # 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.
 # 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"
 	fn_scriptlog "Tmux is not installed"
 	echo "	* Tmux is required to run this server."
 	echo "	* Tmux is required to run this server."
 	# Suitable passive agressive message
 	# 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
 	exit
 fi
 fi