Browse Source

added more to check.sh

pull/584/head
Daniel Gibbs 9 years ago
parent
commit
56adabe6df
  1. 21
      functions/check.sh

21
functions/check.sh

@ -16,11 +16,11 @@ fn_module_compare() {
check_root.sh check_root.sh
if [ "${module}" != "install" ]; then if [ "${cmd}" != "install" ]; then
check_systemdir.sh check_systemdir.sh
fi fi
no_check_logs=( details install map-compressor ) no_check_logs=( debug details install map-compressor )
fn_module_compare "${cmd}" "${no_check_logs[@]}" fn_module_compare "${cmd}" "${no_check_logs[@]}"
if [ $? != 0 ]; then if [ $? != 0 ]; then
fn_check_logs fn_check_logs
@ -32,8 +32,17 @@ if [ $? != 0 ]; then
check_ip.sh check_ip.sh
fi fi
fn_check_steamcmd check_ip=( debug )
fn_check_steamuser fn_module_compare "${cmd}" "${no_check_logs[@]}"
fn_check_tmux if [ $? != 0 ]; then
check_steamuser.sh
check_steamcmd.sh
fi
check_ip=( start )
fn_module_compare "${cmd}" "${no_check_logs[@]}"
if [ $? != 0 ]; then
check_tmux.sh
fi
fn_check_ts3status # may need to move out of checks #fn_check_ts3status # may need to move out of checks
Loading…
Cancel
Save