Skip to content

Commit

Permalink
-Added a call for the counter function in startup"
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed Nov 26, 2024
1 parent 25cf6b0 commit 7c1ed79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mcserver_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3672,7 +3672,7 @@ distro_check () {
}

## Script Version
scriptversion="15.0"
scriptversion="15.1"
##

## Latest Version
Expand Down Expand Up @@ -3716,6 +3716,7 @@ if [ "$EUID" -ne 0 ]
then echo "Please run as root"
else
clear
increment_counter
distro_check
dialog_check
curl_check
Expand Down

0 comments on commit 7c1ed79

Please sign in to comment.