server fixes
This commit is contained in:
@@ -97,8 +97,12 @@ if [ -f "$PROJECT_ROOT/crumbforest_config.json" ]; then
|
||||
fi
|
||||
|
||||
# Update docs if needed
|
||||
if [ -d "$PROJECT_ROOT/docs" ]; then
|
||||
print_info "Aktualisiere Dokumentation..."
|
||||
if [ -d "$PROJECT_ROOT/docs_git" ]; then
|
||||
print_info "Aktualisiere Dokumentation aus docs_git..."
|
||||
cp -r "$PROJECT_ROOT/docs_git"/* "$INSTALL_DIR/docs/" 2>/dev/null || true
|
||||
print_success "Docs aktualisiert"
|
||||
elif [ -d "$PROJECT_ROOT/docs" ]; then
|
||||
print_info "Aktualisiere Dokumentation aus docs..."
|
||||
cp -r "$PROJECT_ROOT/docs"/* "$INSTALL_DIR/docs/" 2>/dev/null || true
|
||||
print_success "Docs aktualisiert"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user