Skip to content

Commit

Permalink
Added Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Phelms215 committed Feb 11, 2024
1 parent 523d601 commit 6d3b948
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ fi

IsInstalled
ServerInstalled=$?

if [ "$ServerInstalled" == 1 ]; then
LogInfo "Server installation not detected."
LogAction "Starting Installation"
Expand All @@ -34,7 +33,6 @@ fi

# Update Only If Already Installed
if [ "$ServerInstalled" == 0 ] && [ "${UPDATE_ON_BOOT,,}" == true ]; then

UpdateRequired
IsUpdateRequired=$?
if [ "$IsUpdateRequired" == 0 ]; then
Expand Down

0 comments on commit 6d3b948

Please sign in to comment.