Remove copy of templates directory to wssshd2 in build.sh

parent 8ac50290
......@@ -180,14 +180,6 @@ prepare_assets() {
fi
fi
# Generate HTML templates for wssshd2
log_info "Generating HTML templates..."
mkdir -p wssshd2/templates
# Copy templates from root templates directory if they exist
if [[ -d "templates" ]]; then
cp -r templates/* wssshd2/templates/ 2>/dev/null || true
fi
log_success "Assets prepared"
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment