v0.1.19 - Lots of remote hosting fixes
This commit is contained in:
@@ -190,6 +190,10 @@ echo -e "${GREEN}FastCGI cleanup complete${NC}"
|
||||
|
||||
# Step 3: Always rebuild FastCGI binary with static build
|
||||
echo -e "\n${YELLOW}3. Rebuilding FastCGI binary (static build)...${NC}"
|
||||
echo "Cleaning old build artifacts to ensure fresh embedding..."
|
||||
make clean
|
||||
echo "Removing local embedded header to prevent Docker cache issues..."
|
||||
rm -f src/admin_interface_embedded.h
|
||||
echo "Building static binary with Docker..."
|
||||
make static
|
||||
if [ $? -ne 0 ]; then
|
||||
|
||||
Reference in New Issue
Block a user