Преглед изворни кода

changed from issues to support

Daniel Gibbs пре 9 година
родитељ
комит
fd289541b1
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      lgsm/functions/command_start.sh

+ 3 - 3
lgsm/functions/command_start.sh

@@ -126,7 +126,7 @@ fn_start_tmux(){
 			echo "================================="
 			echo "================================="
 			cat "${scriptlogdir}/.${servicename}-tmux-error.tmp" | tee -a "${scriptlog}"
 			cat "${scriptlogdir}/.${servicename}-tmux-error.tmp" | tee -a "${scriptlog}"
 
 
-			# Detected error https://gameservermanagers.com/issues
+			# Detected error https://gameservermanagers.com/support
 			if [ $(grep -c "Operation not permitted" "${scriptlogdir}/.${servicename}-tmux-error.tmp") ]; then
 			if [ $(grep -c "Operation not permitted" "${scriptlogdir}/.${servicename}-tmux-error.tmp") ]; then
 			echo ""
 			echo ""
 			echo "Fix"
 			echo "Fix"
@@ -148,8 +148,8 @@ fn_start_tmux(){
 				else
 				else
 					echo "No known fix currently. Please log an issue."
 					echo "No known fix currently. Please log an issue."
 					fn_script_log_info "No known fix currently. Please log an issue."
 					fn_script_log_info "No known fix currently. Please log an issue."
-					echo "https://gameservermanagers.com/issues"
-					fn_script_log_info "https://gameservermanagers.com/issues"
+					echo "https://gameservermanagers.com/support"
+					fn_script_log_info "https://gameservermanagers.com/support"
 				fi
 				fi
 			fi
 			fi
 		fi
 		fi