We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b0e7ee commit c3e99a0Copy full SHA for c3e99a0
next_deploy.sh
@@ -52,8 +52,8 @@ if [ -z "$REMOTE_HOST" ]; then
52
fi
53
54
# Check if the binary has been built at ./bin/next/jetkvm_app
55
-if [ ! -f bin/jetkvm_app ]; then
56
- echo "Error: Binary not found at ./bin/jetkvm_app, run make build_next."
+if [ ! -f bin/next/jetkvm_app ]; then
+ echo "Error: Binary not found at ./bin/next/jetkvm_app, run make build_next."
57
exit 1
58
59
0 commit comments