diff --git a/main.sh b/main.sh index 508eb07..f6e4d3c 100755 --- a/main.sh +++ b/main.sh @@ -1,7 +1,7 @@ #!/bin/sh # WIP: Do not use this at the moment if [ -e "main" ]; then - ./main.go &> /var/log/rawleyxyz/log + ./main &> /var/log/rawleyxyz/log else go build "main.go" && ./main &> /var/log/rawleyxyz/log fi