diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 27b30f53..bf924fd2 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -7,7 +7,7 @@
-
+
@@ -114,7 +114,7 @@
1733439468142
-
+
@@ -156,7 +156,15 @@
1733449760767
-
+
+
+ 1733450304640
+
+
+
+ 1733450304640
+
+
diff --git a/backend/server.js b/backend/server.js
index 238e1ff9..ee2d8ea2 100644
--- a/backend/server.js
+++ b/backend/server.js
@@ -50,7 +50,7 @@ wss.on('connection', (ws) => {
const dataString = data.toString();
ws.send(dataString);
- if (dataString.includes('[Process completed]')) { // Replace with your actual completion detection
+ if (exitCode === 0) {
stream.setWindow(termDimensions.rows, termDimensions.cols, termDimensions.height, termDimensions.width);
}
});
diff --git a/info.txt b/info.txt
index 6f2c2d46..0c91e9cf 100644
--- a/info.txt
+++ b/info.txt
@@ -1,6 +1,7 @@
Currently:
Fix issue after nano where the input no longer goes down to the bottom.
Fix issue where SSH randomly disconnects
+ntfy notifcation after build push
Overall Features:
SSH/RDP(?)/VNC(?)