More testing [skip ci]

This commit is contained in:
Akkadius 2016-08-27 03:20:22 -05:00 committed by GitHub
parent 29d6817019
commit dd0d15e134

View File

@ -30,7 +30,7 @@ $has_internet_connection = check_internet_connection();
($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) = localtime(); ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) = localtime();
#::: Check for script self update #::: Check for script self update
do_self_update_check_routine() if $check; do_self_update_check_routine();
get_perl_version(); get_perl_version();
read_eqemu_config_xml(); read_eqemu_config_xml();
get_mysql_path(); get_mysql_path();