We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 814f4db commit 3c02815Copy full SHA for 3c02815
1 file changed
download-and-install.sh
@@ -105,7 +105,8 @@ if [ -f "$DEPLOY_SCRIPT" ]; then
105
echo ""
106
# Switch to directory before execution to ensure relative paths work
107
cd "$INSTALL_DIR"
108
- exec ./setup-services.sh
+ # Ensure stdin is attached to terminal for interactive input
109
+ exec ./setup-services.sh < /dev/tty
110
else
111
echo -e "${RED}Critical Error: setup-services.sh not found in downloaded repository!${NC}"
112
exit 1
0 commit comments