diff --git a/scripts/publish.sh b/scripts/publish.sh index 90c093cf..0ce86fe7 100755 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -2,7 +2,10 @@ # Build and publish release to production server # Remote Server -REMOTE=revolt-de-nrb-1 +if [ -z "$REMOTE" ]; then + echo "Please set REMOTE!" + exit +fi # Remote Directory REMOTE_DIR=/root/revite