diff --git a/run.sh b/run.sh index 6a869b5..a599718 100644 --- a/run.sh +++ b/run.sh @@ -1,6 +1,6 @@ #!/bin/bash echo "-- Building and starting Necronda Server..." -make update && make compile && \ +make compile && \ echo -e "-- Successfully finished compiling!\n" && \ sleep 0.0625 && \ echo -e "-- Starting Server...\n" && \